Advice on increasing consumer concurrency / throughput #22392
Unanswered
fabianwikstrom
asked this question in
Q&A
Replies: 1 comment
-
The discussion #22375 is related, but handles the Java client. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, we need some advice on how to increase throughput in our Pulsar consumers. Here are some details:
We've found that our messages are being processed sequentially, which leads to poor throughput. We need to speed things up a bit. What we are wondering is what is the recommended way to do so. I've attached two options we are considering below
We'd like to understand what the community considers best practice and why. Thank you :)
x-posted in the node client github
Running multiple consumers per pod
Increasing concurrency per consumer
Beta Was this translation helpful? Give feedback.
All reactions