merlimat commented on a change in pull request #1380: Refactor REST API for 
namespace policy
URL: https://github.com/apache/incubator-pulsar/pull/1380#discussion_r179352006
 
 

 ##########
 File path: 
pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/v1/Namespaces.java
 ##########
 @@ -144,6 +143,40 @@ public Policies getPolicies(@PathParam("property") String 
property, @PathParam("
         return getNamespacePolicies(namespaceName);
     }
 
+    @GET
+    @Path("/{property}/{cluster}/{namespace}/policies/{policyProperty}")
 
 Review comment:
   We should add these handlers also in the v2 API. 
   
   Additionally, in the v2 API we can remove all the other specific get/set 
handlers. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to