eskabetxe commented on code in PR #4387:
URL: https://github.com/apache/flink-cdc/pull/4387#discussion_r3306823825
##########
flink-cdc-connect/flink-cdc-source-connectors/flink-connector-postgres-cdc/src/main/java/org/apache/flink/cdc/connectors/postgres/source/reader/PostgresSourceRecordEmitter.java:
##########
@@ -43,6 +45,18 @@ public PostgresSourceRecordEmitter(
offsetFactory);
}
+ @Override
+ protected void processElement(
+ SourceRecord element, SourceOutput<T> output, SourceSplitState
splitState)
+ throws Exception {
+ if (PostgresSourceStreamFetcher.isLogicalMessage(element)) {
Review Comment:
moved to PostgresSourceRecordUtils as it is more related to sources.. but if
you think will be better on another I can 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]