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

Connectivity for Spies #1545

Open
kinghchan opened this issue Jan 12, 2024 · 0 comments
Open

Connectivity for Spies #1545

kinghchan opened this issue Jan 12, 2024 · 0 comments
Labels

Comments

@kinghchan
Copy link

kinghchan commented Jan 12, 2024

I have a question around the design decision behind group tags and spies.

In UDP, say I create a publication over a channel that is tagged like this: fc=tagged,g:101
The channel also has ssc=true.

If I create a UDP subscription without a gtag, as expected, the publication won't become connected.
If I create a UDP subscription with gtag=101, then also as expected, the publication will become connected.

However, if I create a spy subscription without a gtag, then the publication will still become connected, because ssc=true (also as expected).

My question is regarding this design decision: why are group tags not applied to spies? It would be immensely helpful if I am able to mark certain spy subscriptions as those that will not affect the connectivity of the publication, in the same way that UDP subscriptions do when they omit the gtag.

Thank you!

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

No branches or pull requests

2 participants