yuxiqian commented on code in PR #3805:
URL: https://github.com/apache/flink-cdc/pull/3805#discussion_r1891083520
##########
flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-kafka/src/main/java/org/apache/flink/cdc/connectors/kafka/sink/PipelineKafkaRecordSerializationSchema.java:
##########
@@ -57,6 +59,13 @@ public class PipelineKafkaRecordSerializationSchema
// key value pairs to be put into Kafka Record Header.
public final Map<String, String> customHeaders;
+ private final String tableMapping;
+
+ private Map<Selectors, TableId> tableMappings;
Review Comment:
Can we change names of the "mapping rule string" and "table mapping
selectors map"? Their names are so similar and might be confusing.
--
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]