Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions docs/configuration/services-configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ DataPublishers
DataPublishers:
- Name: DataPublisher1
Topic: SomeTopic1
History: 0
Labels:
- Key: SomeKey
Value: SomeValue
Expand All @@ -154,9 +155,13 @@ DataPublishers
- The name of the data publisher.
* - Topic
- The topic on which the data publisher publishes its information. (optional)
* - History
- The history length determines if the last message published by this data publisher is cached
and automatically sent to any new subscribers.
Must be either `0` or `1`. (optional)
* - Labels
- The labels determining matching subscribers with the same topic and media type. (optional)
Note that these labels will replace all programmatically provided labels.
- The labels determining matching subscribers with the same topic and media type.
Note that these labels will replace all programmatically provided labels. (optional)


.. _sec:cfg-participant-data-subscribers:
Expand Down
Loading