Hisoka-X commented on code in PR #8587: URL: https://github.com/apache/seatunnel/pull/8587#discussion_r1947413856
########## seatunnel-connectors-v2/connector-cdc/connector-cdc-base/src/main/java/org/apache/seatunnel/connectors/cdc/base/source/reader/IncrementalSourceRecordEmitter.java: ########## @@ -144,7 +145,7 @@ protected void processElement( Offset position = getOffsetPosition(element); splitState.asIncrementalSplitState().setStartupOffset(position); emitElement(element, output); - } else if (isDataChangeRecord(element)) { + } else if (isDataChangeRecord(element) || isHeartbeatRecord(element)) { Review Comment: do we need #8569 too? @hailin0 -- 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: commits-unsubscr...@seatunnel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org