GitHub user cbornet added a comment to the discussion: how can I dynamically increase consumers
Yes, Pulsar addresses these problems by having more ways to consume the data. If you use `Shared` or `KeyShared` subscriptions, you're not limited in the number of consumers that consume from the topic. GitHub link: https://github.com/apache/pulsar/discussions/19067#discussioncomment-4854405 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
