medivh511 commented on PR #2815:
URL: https://github.com/apache/paimon/pull/2815#issuecomment-2134675330

   > > Provide a demo of cdc to kafka to automatically retrieve the table 
primary key from MySQL and add the pkNames node to the binlog
   > 
   > @jiangjin-f When Debezium's data is written into Kafka, the primary key 
will be automatically stored in the key. When Paimon parses Kafka messages, the 
data in the key will be attached to the ’pkNames‘ field in the value . There 
are some demos in unit testing
   
   Seemed that still not committed into master branch, i hope it could get the 
primary key from kafka key , not from the kafka value, because the Debezium 
format doesn't contain the pknames 


-- 
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...@paimon.apache.org

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

Reply via email to