Skip to content

Publish data to specific subscriber #4756

Answered by JesusPoderoso
advancenXX asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @advancenXX, that scenario differs from the DDS standard, which is subscription agnostic.
There are two alternatives to perform something similar of your proposed scenario, by using either content filter topic or partitions.
Content filtered topic can be configured as specified in this section of the Fast DDS documentation in the subscribers side, or even in the publisher' side.
Using this mechanism has two cons depending of the configuration:

  • If configured on the subscribers' side, all subscribers receive the published sample, but it gets processed only by the ones that filter it.
  • If configured on the publishers' side (only under these conditions), only the desired subscriber would r…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by advancenXX
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants