loserwang1024 commented on code in PR #4519:
URL: https://github.com/apache/flink-cdc/pull/4519#discussion_r3912178711
##########
flink-cdc-connect/flink-cdc-source-connectors/flink-cdc-base/src/main/java/org/apache/flink/cdc/connectors/base/source/reader/external/IncrementalSourceStreamFetcher.java:
##########
@@ -221,9 +221,10 @@ protected boolean shouldEmit(SourceRecord sourceRecord) {
}
// not in the monitored splits scope, do not emit
return false;
+ } else if (taskContext.isSchemaChangeEvent(sourceRecord)) {
Review Comment:
you're right, I have found the real cause is typeRegistry loading.
--
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]