yuxiqian commented on code in PR #3461:
URL: https://github.com/apache/flink-cdc/pull/3461#discussion_r1699513902


##########
flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-kafka/src/main/java/org/apache/flink/cdc/connectors/kafka/json/canal/CanalJsonSerializationSchema.java:
##########
@@ -132,6 +132,17 @@ public byte[] serialize(Event event) {
         }
 
         DataChangeEvent dataChangeEvent = (DataChangeEvent) event;
+        reuseGenericRowData.setField(
+                3, 
StringData.fromString(dataChangeEvent.tableId().getSchemaName()));

Review Comment:
   Got it, thanks for clarification.



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to