StefanRRichter commented on a change in pull request #7010:
[FLINK-10353][kafka] Support change of transactional semantics in Kaf…
URL: https://github.com/apache/flink/pull/7010#discussion_r231068106
##########
File path:
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/functions/sink/TwoPhaseCommitSinkFunction.java
##########
@@ -320,9 +320,9 @@ public void initializeState(FunctionInitializationContext
context) throws Except
state =
context.getOperatorStateStore().getListState(stateDescriptor);
+ boolean recoveredUserContext = false;
Review comment:
This is relevant, there is a semantical difference. Small, but important.
----------------------------------------------------------------
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