lightzhao commented on code in PR #22126:
URL: https://github.com/apache/flink/pull/22126#discussion_r1133078900


##########
flink-connectors/flink-connector-kafka/src/main/java/org/apache/flink/connector/kafka/sink/FlinkKafkaInternalProducer.java:
##########
@@ -302,7 +302,7 @@ public void resumeTransaction(long producerId, short epoch) 
{
             transitionTransactionManagerStateTo(transactionManager, "READY");
 
             transitionTransactionManagerStateTo(transactionManager, 
"IN_TRANSACTION");
-            setField(transactionManager, "transactionStarted", true);
+            setField(transactionManager, "transactionStarted", false);

Review Comment:
   Ok, on the consumer side, I will use the READ_COMMITTED mode to verify.



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