-
-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
sponsor wantedSeeking a sponsor to prioritize and implement this issue.Seeking a sponsor to prioritize and implement this issue.
Description
I’ve noticed that the domain participant provides some very convenient functions:
I'm primarily interested in ignore_participant, as I want all data published by this participant to be ignored by all of its readers;
domain_participant.ignore_participant(domain_participant.get_instance_handle()).unwrap();However, it appears that it does not work since all published data is still being read by the readers.
While examining the code, I found some tests related to these functions, but they are ignored because the implementation is considered incomplete.
May I help to fully implement these highly useful functions? 🙌🥳
Checklist:
- feat: ignore participant #499
ignore_publicationignore_subscriptionignore_topic
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
sponsor wantedSeeking a sponsor to prioritize and implement this issue.Seeking a sponsor to prioritize and implement this issue.