Question: Does DDS-Router support data deduplication #222
Answered
by
rsanchez15
deeplearningrobotics
asked this question in
Q&A
|
Lets assume I have on one machine one publisher and on the other machine 10 subscribers. Those two machines are connected over ethernet. Is the data sent over ethernet once or 10 times? And if deduplication is not supported yet, is it on the roadmap? |
Answered by
rsanchez15
May 23, 2022
Replies: 1 comment 1 reply
|
Let's assume you have the following scenario: The |
1 reply
Answer selected by
deeplearningrobotics
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @deeplearningrobotics,
Let's assume you have the following scenario:
The
DDS Router 1will only send the data once toDDS Router 2. Then theDDS Router 2will behave as the publisher, sending the data to each subscriber. This is because the publisher andDDS Router 1are agnostic of the 10 subscribers, i.e., it only sees the subscriber ofDDS Router 1.