315157973 commented on pull request #9225: URL: https://github.com/apache/pulsar/pull/9225#issuecomment-762854379
> @315157973 Thank you for your info. > > Just confirm, in #9216, we have 14 commands, does the impact apply to all those cases? Is the impact same for all of them? All will be unified soon. For get method: If applied=true, the topic will return the topic level policy if present or return the namespace policy if present or return the broker level configuration. If applied=false, only return current level policy.the rules will be the same as the following: value == null: The default value, no parameters are set at this level value == 0: This policy is disabled at this level value> 0: Enable according to the set value ---------------------------------------------------------------- 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]
