GitHub user lhotari added a comment to the discussion: Key_Shared subscription with autoscaling enabled
Which Pulsar version are you using? In Pulsar 4.0+, [PIP-379](https://github.com/apache/pulsar/blob/master/pip/pip-379.md) minimizes the problem that you are describing. The PIP-379 implementation is enabled by default. (In some server configurations, it might be disabled, so you should ensure that `subscriptionKeySharedUseClassicPersistentImplementation` is set to use the default value `false`). GitHub link: https://github.com/apache/pulsar/discussions/25288#discussioncomment-16008283 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
