Replies: 1 comment 2 replies
|
@momo-jun |
2 replies
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.
https://pulsar.apache.org/docs/next/concepts-messaging/#batching-for-key-shared-subscriptions
Since it is the consumers instead of the broker who dispatch the messages from the batches, the key of the first message in one batch is considered as the key to all messages in this batch, thereby leading to context errorsmean "consumers dispatch message to other consumer"??
All reactions