srkukarni commented on a change in pull request #2426: Added cli commands to
get function cluster related information
URL: https://github.com/apache/incubator-pulsar/pull/2426#discussion_r212377386
##########
File path:
pulsar-functions/worker/src/main/java/org/apache/pulsar/functions/worker/rest/Resources.java
##########
@@ -37,7 +36,7 @@ private Resources() {
return new HashSet<>(
Arrays.asList(
FunctionApiV2Resource.class,
- WorkerStats.class,
+ WorkerApiV2Resource.class,
Review comment:
/worker is strictly v2. I see no point in adding a v1.
----------------------------------------------------------------
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