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:37:32 UTC

[kafka] branch trunk updated (b36a170aa3b -> 61530d68ce8)

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

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


    from b36a170aa3b MINOR: fix typos in MigrationClient, StandardAuthorizer, StandardAuthorizerData and KafkaConfigSchema files (#13593)
     add 61530d68ce8 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(-)