Closed rainbowechoes closed 1 year ago
The published column is only used by PollingDao.
MySqlBinlog saves the current file/offset in a Kafka topic. When the CDC restarts after normal shutdown it should not republish messages.
Thanks for your reply!
I understand it.
Another question, I set logging.level.root=debug
, then there is some error in console. like this:
cdc service works fine, but are there hidden problems if these errors are not handled?
Hi, everyone.
I use mysql binlog + kafka in cdc service to implement transactional messaging.
But I find field
published
in table message don't change after publish message. so if I restart cdc service again, it will send before message again.I don't find code about update
published
filed inMySqlBinaryLogClient
.how should I make the sended message to be published?