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:56:04 UTC

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

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 ea81e99e598 KAFKA-13668: Retry upon missing initProducerId due to authorization error (#12149)
     add ffd814d25fb KAFKA-14916: Fix code that assumes transactional ID implies all records are transactional (#13607)

No new revisions were added by this update.

Summary of changes:
 .../kafka/common/requests/ProduceRequest.java      |  4 +-
 .../kafka/common/requests/ProduceRequestTest.java  | 10 +--
 .../main/scala/kafka/server/ReplicaManager.scala   | 23 ++++--
 .../unit/kafka/server/ReplicaManagerTest.scala     | 83 ++++++++++++++++++++--
 4 files changed, 105 insertions(+), 15 deletions(-)