Transaction Synchronization in spring boot with Database+ kafka example
问题 I Want to write one new application with Spring boot using the database as MySQL + Mango and for messaging Spring Kafka. I tried with Many POC for synchronizing the transaction between Kafka and DB but I failed in certain conditions and also I searched many Repositories, blogs to get at least one example. I didn't get any example still now. if anyone gives at least one example or configurations it would be a nice reference in the future for all. 回答1: Here you go... @SpringBootApplication