You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by da...@apache.org on 2023/04/18 13:39:55 UTC

[kafka] branch 3.5 updated (33e2fef4553 -> 4b6dcf19dc2)

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

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


    from 33e2fef4553 KAFKA-14869: Ignore unknown record types for coordinators (KIP-915, Part-1) (#13511)
     add 4b6dcf19dc2 KAFKA-14869: Bump coordinator value records to flexible versions (KIP-915, Part-2) (#13526)

No new revisions were added by this update.

Summary of changes:
 .../common/message/TransactionLogValue.json        |  25 +--
 .../coordinator/group/GroupMetadataManager.scala   |   4 +
 .../coordinator/transaction/TransactionLog.scala   |   4 +-
 .../group/GroupMetadataManagerTest.scala           | 216 ++++++++++++++++++++-
 .../transaction/TransactionLogTest.scala           | 123 +++++++++++-
 .../common/message/GroupMetadataValue.json         |   9 +-
 .../common/message/OffsetCommitValue.json          |   7 +-
 7 files changed, 368 insertions(+), 20 deletions(-)