GitHub user tisonkun added a comment to the discussion: what mean Key_Shared about "STICKY"?
In Shared mode, messages can be randomly consumed by any consumer in the subscription. But in Key_Shared mode, messages with the same key will always be consumed by the same consumer. This is what "STICKY" means. GitHub link: https://github.com/apache/pulsar/discussions/19522#discussioncomment-6158642 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
