Question: Does DDS-Router support data deduplication #222
-
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? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Let's assume you have the following scenario:
The |
Beta Was this translation helpful? Give feedback.
Hi @deeplearningrobotics,
Let's assume you have the following scenario:
The
DDS Router 1
will only send the data once toDDS Router 2
. Then theDDS Router 2
will behave as the publisher, sending the data to each subscriber. This is because the publisher andDDS Router 1
are agnostic of the 10 subscribers, i.e., it only sees the subscriber ofDDS Router 1
.