walkinggo commented on code in PR #23811:
URL: https://github.com/apache/pulsar/pull/23811#discussion_r1905794777


##########
pulsar-functions/instance/src/main/java/org/apache/pulsar/functions/instance/JavaInstance.java:
##########
@@ -117,6 +117,7 @@ public JavaExecutionResult handleMessage(Record<?> record, 
Object input,
         }
 
         JavaExecutionResult executionResult = new JavaExecutionResult();
+        executionResult.setStartTimeNanos(System.nanoTime());

Review Comment:
   I have completed these tasks, please check them.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to