lhotari commented on code in PR #25552:
URL: https://github.com/apache/pulsar/pull/25552#discussion_r3109081432


##########
pulsar-common/src/main/java/org/apache/pulsar/common/policies/data/NamespaceOperation.java:
##########
@@ -34,6 +34,9 @@ public enum NamespaceOperation {
     GET_PERMISSION,
     GRANT_PERMISSION,
     REVOKE_PERMISSION,
+    GET_PROPERTIES,
+    UPDATE_PROPERTIES,
+    DELETE_PROPERTIES,

Review Comment:
   Just wondering if adding new enums breaks existing 3rd party 
AuthorizationProviders which many Pulsar users use currently in production?



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to