Zakelly commented on code in PR #24657:
URL: https://github.com/apache/flink/pull/24657#discussion_r1565225216


##########
flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/io/RecordProcessorUtils.java:
##########
@@ -82,6 +87,10 @@ public static <T> ThrowingConsumer<StreamRecord<T>, 
Exception> getRecordProcesso
 
         if (canOmitSetKeyContext) {

Review Comment:
   Yes. The record context should also be set before `processElement` in this 
case. The only different is that for `Record-ordered` mode, `processElement` 
should be a callback for a `SYNC_POINT` request.



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to