rdhabalia 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_r212151326
##########
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:
why do we name it v2? we don't have v1 for functions ?
----------------------------------------------------------------
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