Hi,
I just got introduced to Apache pulsar and studying it to solve a problem at hand. As I understand that Pulsar supports 1M of topics, Is there any limitation on no.of producers and subscribers that brokers can handle? I have the following use cases. Usecase 1 : Few hundred producers producing to 100k topics, and each topic has corresponding consumer (i.e 100k consumers) trying to consume messages from its topic. To summarize ~100k clients interacting with brokers here. Usecase 2 : 100k producing to corresponding topic (i.e 100k topics), and each topic has corresponding consumer (i.e 100k consumers) trying to consume messages from its topic. To summarize ~200k clients interacting with brokers here. I hope pulsar is the right solution for above usecases, Can the experts please confirm my understanding? Thanks, Koushik