Amareswar commented on code in PR #4170:
URL: https://github.com/apache/flink-cdc/pull/4170#discussion_r2557225436
##########
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:
Shouldn't the emit of events be configurable for backward compatibility?
--
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]