Replies: 4 comments
-
Hi @wannastar, the discovery locators are configured in the participant QoS. The participant that owns the endpoint (DataWriter or DataReader) can change its multicast locator by changing the builtin metatraffic multicast locators (example here). |
Beta Was this translation helpful? Give feedback.
-
thanks for your reply. What I'm wonderring is whether I should setup the datawriter in the below scenario |
Beta Was this translation helpful? Give feedback.
-
The locator configures where the endpoint is listening traffic (discovery traffic or data communication traffic). Just by configuring the DataReaders locators with the custom multicast IP and port would make DataWriter communicate with them through that configuration. So, there is nothing to configure on the DataWriter side |
Beta Was this translation helpful? Give feedback.
-
okay, thank you very much. |
Beta Was this translation helpful? Give feedback.
-
For typical use-case topics with many subscribers, as official documents, we should only setup DataReaderQos to add a multicast_locator. i,m wonderring whether we should to setup datawriter and how to choose multicast locator's IP and port?
Beta Was this translation helpful? Give feedback.
All reactions