Subscriber management for Distributed Pubsub in Akka.net

734 Views Asked by At

Consider a node in a cluster who has many internal actors. Many of the actors are using Distributed Pub/Sub to subscribe to a common topic. An actor in another node in the cluster is busy posting messages onto the common topic.

Will the pub/sub system post one message to the node containing the "many actors" and then distribute the message internally across the node from there. OR will the pub/sub system send an individual message to every actor subscribed to the topic?

I suspect the forma but perhaps there is a subtly here that I don't appreciate.

Thanks,
Steven.

0

There are 0 best solutions below