kafka/transaction-coordinator/src
Calvin Liu 9cb271f1e1
KAFKA-18654[2/2]: Transction V2 retry add partitions on the server side when handling produce request. (#18810)
During the transaction commit phase, it is normal to hit CONCURRENT_TRANSACTION error before the transaction markers are fully propagated. Instead of letting the client to retry the produce request, it is better to retry on the server side.

Reviewers: Artem Livshits <alivshits@confluent.io>, Justine Olshan <jolshan@confluent.io>
2025-02-13 09:30:58 -08:00
..
main KAFKA-18654[2/2]: Transction V2 retry add partitions on the server side when handling produce request. (#18810) 2025-02-13 09:30:58 -08:00
test/java/org/apache/kafka/coordinator/transaction KAFKA-18672; CoordinatorRecordSerde must validate value version (#18749) 2025-02-03 02:19:27 -08:00