jerrypeng 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_r205573481
##########
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:
good catch! Didn't even realize we had a CLI options get this info
----------------------------------------------------------------
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