srkukarni commented on a change in pull request #1649: refactoring functions to
use source interface
URL: https://github.com/apache/incubator-pulsar/pull/1649#discussion_r184478497
##########
File path:
pulsar-functions/instance/src/main/java/org/apache/pulsar/functions/instance/JavaInstance.java
##########
@@ -79,6 +84,18 @@ public JavaExecutionResult handleMessage(MessageId
messageId, String topicName,
return executionResult;
}
+ public JavaExecutionResult handleMessage(Object input) {
Review comment:
We should use the same handleMessage as above but pass null for messageId
and topic
----------------------------------------------------------------
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