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

[kafka] branch trunk updated (dc7819d7f1f -> ea81e99e598)

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

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


    from dc7819d7f1f KAFKA-14594: Move LogDirsCommand to tools module (#13122)
     add ea81e99e598 KAFKA-13668: Retry upon missing initProducerId due to authorization error (#12149)

No new revisions were added by this update.

Summary of changes:
 .../kafka/clients/producer/KafkaProducer.java      |  5 +-
 .../kafka/clients/producer/internals/Sender.java   | 22 +++++++-
 .../producer/internals/TransactionManager.java     | 59 ++++++++++++++--------
 .../kafka/clients/producer/KafkaProducerTest.java  | 30 +++++++++++
 .../clients/producer/internals/SenderTest.java     | 27 +++++++++-
 .../producer/internals/TransactionManagerTest.java |  2 +-
 .../kafka/api/AuthorizerIntegrationTest.scala      | 24 +++++++++
 7 files changed, 143 insertions(+), 26 deletions(-)