Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple Topics Subscription by Single Subscriber #2662

Closed
1 task done
paulbkeelp opened this issue May 5, 2022 · 2 comments
Closed
1 task done

Multiple Topics Subscription by Single Subscriber #2662

paulbkeelp opened this issue May 5, 2022 · 2 comments
Labels
triage Issue pending classification

Comments

@paulbkeelp
Copy link

Is there an already existing issue for this?

  • I have searched the existing issues

Expected behavior

Transport - UDP multicasting

We have a central subscriber application that need to subscribe 10+ Topics

For single Topic subscription all pretty much easy, we can call Init() all the default stuff and call the below callbacks
SubListener::on_subscription_matched
SubListener::on_data_available

If we have an application that need to subscribe 10+ Topics. How to acheive this easily - any examples please ?
SubListener::on_subscription_matched
SubListener::on_data_available

Current behavior

NA

Steps to reproduce

NA

Fast DDS version/commit

NA

Platform/Architecture

Ubuntu Focal 20.04 amd64

Transport layer

UDPv4

Additional context

No response

XML configuration file

NA

Relevant log output

NA

Network traffic capture

NA

@paulbkeelp paulbkeelp added the triage Issue pending classification label May 5, 2022
@paulbkeelp
Copy link
Author

how to listen on multiple callbacks (multiple topics) on on_data_available

@JLBuenoLopez
Copy link
Contributor

I am going to close this issue as it has been answered in the corresponding discussion (#2663).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage Issue pending classification
Projects
None yet
Development

No branches or pull requests

2 participants