Skip to content
Discussion options

You must be logged in to vote

The relation between session & topic depends on the exact session configuration.

There are two types of sessions: FireAndForget, Streaming. You can read more about these here. Basically FireAndForget can be used mostly for One to one (anycast) communication while Streaming is for group communication. Also these can be used with or without MLS and FireAndForget can be set as sticky, meaning all messages will go the first discovered endpoint in case there are multiple apps subscribed with same channel name.

In case you set sticky = true for a FireAndForget session or you enable MLS (enablining MLS will also force the session to be sticky) then the relation between session & topic is 1 -> 1.…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@therealaditigupta
Comment options

@sancyx
Comment options

Answer selected by sancyx
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