tejanshrana commented on code in PR #4170:
URL: https://github.com/apache/flink-cdc/pull/4170#discussion_r2557231220


##########
flink-cdc-connect/flink-cdc-source-connectors/flink-connector-mysql-cdc/src/main/java/org/apache/flink/cdc/connectors/mysql/source/reader/MySqlRecordEmitter.java:
##########
@@ -102,6 +102,9 @@ protected void processElement(
             emitElement(element, output);
         } else if (RecordUtils.isHeartbeatEvent(element)) {
             updateStartingOffsetForSplit(splitState, element);
+        } else if (RecordUtils.isTransactionMetadataEvent(element)) {

Review Comment:
   That's correct. This is being discussed at the moment and I will introduce a 
new configuration (in addition to the existing debezium config for transaction 
metadata) to make this a non-breaking change. 



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