jerrypeng commented on a change in pull request #10370: URL: https://github.com/apache/pulsar/pull/10370#discussion_r620546174
########## File path: pulsar-functions/instance/src/main/java/org/apache/pulsar/functions/instance/JavaInstanceRunnable.java ########## @@ -328,7 +342,8 @@ private void processResult(Record srcRecord, srcRecord.fail(); } else { if (result1.getResult() != null) { - sendOutputMessage(srcRecord, result1.getResult()); + // Grab the actual result + actualResult.set(result1.getResult()); Review comment: I don't think this is going to work -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org