BewareMyPower commented on a change in pull request #14350:
URL: https://github.com/apache/pulsar/pull/14350#discussion_r814506867



##########
File path: 
pulsar-functions/instance/src/main/java/org/apache/pulsar/functions/source/batch/BatchSourceExecutor.java
##########
@@ -188,7 +188,8 @@ private void taskEater(String discoveredEvent, byte[] task) 
{
       properties.put("produceTime", 
String.valueOf(System.currentTimeMillis()));
       TypedMessageBuilder<byte[]> message = 
sourceContext.newOutputMessage(intermediateTopicName, Schema.BYTES);
       message.value(task).properties(properties);
-      // Note: we can only make this send async if the api returns a future to 
the connector so that errors can be handled by the connector
+      // Note: we can only make this send async if the api returns a future to
+     // the connector so that errors can be handled by the connector

Review comment:
       ```suggestion
         // the connector so that errors can be handled by the connector
   ```




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