Skip to content

Commit

Permalink
Manual topics documentation
Browse files Browse the repository at this point in the history
Signed-off-by: tempate <[email protected]>
  • Loading branch information
Tempate committed Oct 9, 2023
1 parent 280a99a commit 110d282
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/rst/notes/forthcoming_version.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Forthcoming Version
The next release will include the following **Features**:

* :ref:`Forwarding Routes <user_manual_configuration_forwarding_routes>`.
* :ref:`Manual Topics <user_manual_configuration_manual_topics>`.
* :ref:`Max Transmission Rate <user_manual_configuration_max_tx_rate>`.
* :ref:`Max Reception Rate <user_manual_configuration_max_rx_rate>`.
* :ref:`Downsampling <user_manual_configuration_downsampling>`.
Expand Down
19 changes: 19 additions & 0 deletions docs/rst/user_manual/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,25 @@ See the :term:`Topic` section for further information about the topic.
keyed: false # Topic without keys
.. _user_manual_configuration_manual_topics:

Manual Topics
=============

At times it can be useful to manually predefine a subset of Topic QoS for a set of Participants.

.. code-block:: yaml
topics:
- name: temperature/*
type: temp*
qos:
max-tx-rate: 15
downsampling: 2
participants:
- Participant0
- Participant1
Topic Filtering
===============

Expand Down

0 comments on commit 110d282

Please sign in to comment.