Replies: 2 comments 1 reply
|
Moved to https://github.com/apache/pulsar/discussions/categories/q-a since it's more on a question. |
0 replies
|
Hi @asafm, Happy holidays! Can you pls take a look at this question when you are back from the holidays? Thank you. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Search before asking
What issue do you find in Pulsar docs?
https://pulsar.apache.org/docs/next/concepts-messaging/#subscription-modes
old:
C1?
Given a message key Order-3459134, its hash would be murmur32("Order-3459134") = 3112179635, and its index in the range would be 3112179635 mod 65536 = 6067. That index is contained within region [0, 16384) thus consumer C1 will be mapped to this message key.
new:
C3??
@momo-jun
What is your suggestion?
?
Any reference?
No response
Are you willing to submit a PR?
All reactions