Pulsar in contrast to Kafka allows to make a topic per user, which is a big win. But if I do that, I'll get a huge number of topics.
To access these topics in a sane way, subscribing to multiple topics would be absolutely necessary or I would need to make a huge number of topic specific connections per processing node. I'd need either fast performance optimized processing in c++, or fast developed prototypical implementations in node.js. In node I could also use the c++ client as a module easily. So Java is just what I don't need. How do you handle processing many topics in languages other than java? [ Full content available at: https://github.com/apache/incubator-pulsar/issues/2463 ] This message was relayed via gitbox.apache.org for [email protected]
