Hi Folks,
Thanks in advance for reading my topic,
Im looking at the akka DistributedPubSubMediator, and it would be perfect for my use case, except i’m not sure about its horizontal scalability. In the doco, it says that the pub/sub registry is shared via the gossip protocol between all akka nodes. In a scenario with many small pub/sub channels (i.e one or two subscribers for each topic) this doesn’t seem scalable.
If there are millions of pub/sub channels with millions of subscribers across across several nodes, will it reach a point where adding extra nodes will not add extra capacity due to having to replicate the same pub/sub registry across all nodes?