You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pub-sub subscribes to a named topic, as opposed to a message type in eventstream.
So let's assume you're monitoring a bank transaction, the topic name might be the transaction ID in a pub-sub system. When listening to the eventstream, subscribers would need to manually filter or correlate the various messages they're subscribed to by the transaction ID property on the messages themselves.
Just to add, as far as I understand from the code EventStream is local to a member in a cluster.
Pub-sub is cluster wide, so the messages are propagated to all cluster members.
https://proto.actor/docs/cluster/pub-sub/
https://proto.actor/docs/eventstream/
The text was updated successfully, but these errors were encountered: