rdhabalia commented on a change in pull request #2240: remove redundant 
endpoint to get workers in cluster
URL: https://github.com/apache/incubator-pulsar/pull/2240#discussion_r205572389
 
 

 ##########
 File path: 
pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/impl/FunctionsBase.java
 ##########
 @@ -288,14 +289,4 @@ public Response downloadFunction(final 
@QueryParam("path") String path) {
     public List<ConnectorDefinition> getConnectorsList() throws IOException {
         return functions.getListOfConnectors();
     }
-
-    @GET
 
 Review comment:
   we will also need change here: 
https://github.com/apache/incubator-pulsar/blob/master/pulsar-client-admin/src/main/java/org/apache/pulsar/client/admin/internal/FunctionsImpl.java#L278

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to