jerrypeng commented on a change in pull request #1833: adding worker to
instance health check
URL: https://github.com/apache/incubator-pulsar/pull/1833#discussion_r190091037
##########
File path:
pulsar-functions/runtime/src/main/java/org/apache/pulsar/functions/runtime/ThreadRuntime.java
##########
@@ -114,6 +114,18 @@ public void stop() {
return
CompletableFuture.completedFuture(javaInstanceRunnable.getAndResetMetrics());
}
+ @Override
Review comment:
can we do this for java first and add to python in subsequent PR?
----------------------------------------------------------------
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