murong00 opened a new pull request #6637: [pulsar-broker] Implement AutoSubscriptionCreation by namespace override URL: https://github.com/apache/pulsar/pull/6637 ### Motivation Add a new namespace policy `autoSubscriptionCreationOverride` which will enable an override of broker `autoSubscriptionCreation` settings on the namespace level. Users can keep `autoSubscriptionCreation` disabled for the broker and allow it on a specific namespace using this feature. ### Modifications * Add a new namespace policy: `autoSubscriptionCreationOverride` and associated API / CLI interface for setting and removing. * When checking `autoSubscriptionCreation` configuration, the broker first retrieves namespace policies from zookeeper. If not set, it falls back to broker configuration. * Some minor improvement on `autoTopicCreationOverride` (e.g. v1 Namespaces API & cli md)
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
