Execute a Database Update Operation and Non DB Function inside a Transaction (both-or-none) in Spring Boot
I have a database record update and a Kafka message push, which should be executed in an all-or-none way.
I have a database record update and a Kafka message push, which should be executed in an all-or-none way.