Apache pulsar concurrency for Key_Shared consumer #2718
-
If I have a Key_Shared consumer, are message with different keys run in parallel? |
Beta Was this translation helpful? Give feedback.
Answered by
ozangunalp
Aug 22, 2024
Replies: 1 comment
-
No, but to achieve this, you can check the concurrency attribute, which creates multiple copies of the incoming channel. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ozangunalp
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, but to achieve this, you can check the concurrency attribute, which creates multiple copies of the incoming channel.