Skip to content

Commit

Permalink
fixup! config: allow overriding rpc and pub/sub labels
Browse files Browse the repository at this point in the history
Co-authored-by: KonradBkd <[email protected]>
  • Loading branch information
VDanielEdwards and KonradBkd authored Oct 30, 2024
1 parent c0ef0e5 commit 3c52360
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SilKit/IntegrationTests/ITest_Internals_DataPubSub.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ TEST_F(ITest_Internals_DataPubSub, test_1pub_1sub_sync_mixed_labels)
RunSyncTest(pubsubs);
}

// Matching mandatory labels
// Matching mandatory labels provided by a participant configuration
TEST_F(ITest_Internals_DataPubSub, test_1pub_1sub_sync_label_override)
{
const uint32_t numMsgToPublish = defaultNumMsgToPublish;
Expand Down
2 changes: 1 addition & 1 deletion SilKit/IntegrationTests/ITest_Internals_Rpc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ TEST_F(ITest_Internals_Rpc, test_1client_1server_sync_labels)
RunSyncTest(rpcs);
}

// Matching mandatory and optional labels on both sides
// Matching mandatory and optional labels on both sides provided by a participant configuration
TEST_F(ITest_Internals_Rpc, test_1client_1server_sync_label_override)
{
const uint32_t numCallsToReceive = defaultNumCalls;
Expand Down
1 change: 1 addition & 0 deletions docs/configuration/services-configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ DataPublishers
- The topic on which the data publisher publishes its information. (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.


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

0 comments on commit 3c52360

Please sign in to comment.