You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by jg...@apache.org on 2022/04/05 16:48:42 UTC

[kafka] branch trunk updated (481cc13a13 -> 3ceedac79e)

This is an automated email from the ASF dual-hosted git repository.

jgus pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


    from 481cc13a13 KAFKA-13791: Fix potential race condition in FetchResponse#`fetchData` and `forgottenTopics` (#11981)
     add 3ceedac79e KAFKA-13782; Ensure correct partition added to txn after abort on full batch (#11995)

No new revisions were added by this update.

Summary of changes:
 .../kafka/clients/producer/KafkaProducer.java      |  50 +++-
 .../producer/internals/RecordAccumulator.java      |   2 +-
 .../kafka/clients/producer/KafkaProducerTest.java  | 290 ++++++++++++++++++++-
 3 files changed, 333 insertions(+), 9 deletions(-)