Kafka transaction getting started example

kafka supports transactions from version 0.2.11. This document gives a brief description of kafka transactions, java code examples, some simple descriptions of the code, and relevant precautions. I hope it can be helpful to friends who need to use kafka transactions.On June 28, 2017, Kafka officially released version 0.11.0.0. From this version ...

Posted by evanesq on Mon, 29 Nov 2021 02:12:45 -0800

Learn spring 5 architecture from scratch -- declarative transactions

affair Transaction is very important in the project development process. It involves the problem of data consistency, which should not be careless!Transaction management is a necessary technology in enterprise application development to ensure data integrity and consistency. Transaction is to treat a series of actions as an independent unit o ...

Posted by danwguy on Fri, 01 Oct 2021 14:24:27 -0700

Have you stepped on these pits of failure

In normal development, you will encounter the need to add transactions. The annotation @ Transactional is often used, but sometimes it is found that it is added explicitly, but it does not take effect. Why? Today, let's talk about several transaction failure scenarios that we usually encounter to avoid stepping on the pit in the future. Clic ...

Posted by jason_kraft on Mon, 27 Sep 2021 17:32:11 -0700