You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ch...@apache.org on 2020/11/30 09:45:06 UTC

[kafka] branch trunk updated (9412fc1 -> 0a74c7d)

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

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


    from 9412fc1  MINOR: Update vagrant/tests readme (#9650)
     add 0a74c7d  KAFKA-10736 Convert transaction coordinator metadata schemas to use g… (#9611)

No new revisions were added by this update.

Summary of changes:
 .../consumer/internals/ConsumerProtocol.java       |   4 +-
 .../apache/kafka/common/protocol/MessageUtil.java  |  13 +-
 ...roupMetadataKey.json => TransactionLogKey.json} |   6 +-
 .../common/message/TransactionLogValue.json        |  38 ++++
 .../coordinator/group/GroupMetadataManager.scala   |  25 +--
 .../coordinator/transaction/TransactionLog.scala   | 220 ++++++---------------
 6 files changed, 120 insertions(+), 186 deletions(-)
 copy core/src/main/resources/common/message/{GroupMetadataKey.json => TransactionLogKey.json} (87%)
 create mode 100644 core/src/main/resources/common/message/TransactionLogValue.json