srkukarni commented on a change in pull request #2411: [functions] change 
instance id from string to int and expose number of instances in context
URL: https://github.com/apache/incubator-pulsar/pull/2411#discussion_r211776412
 
 

 ##########
 File path: 
pulsar-functions/api-java/src/main/java/org/apache/pulsar/functions/api/Context.java
 ##########
 @@ -86,7 +86,14 @@
      *
      * @return the instance id
      */
-    String getInstanceId();
+    int getInstanceId();
+
+    /**
+     * Get the number of instances that invoke this function.
+     *
+     * @return the number of instances that invoke this function.
+     */
+    int getNumInstances();
 
 Review comment:
   Just add a comment stating that this might not be accurate during localrun

----------------------------------------------------------------
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