You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by jg...@apache.org on 2020/09/25 16:22:03 UTC

[kafka] branch trunk updated (ac8acec -> 466f8fd)

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

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


    from ac8acec  KAFKA-10519; Add missing unit test for `VotedState` (#9337)
     add 466f8fd  MINOR: Use the automated protocol for the Consumer Protocol's subscriptions and assignments (#8897)

No new revisions were added by this update.

Summary of changes:
 .../consumer/internals/ConsumerProtocol.java       | 347 +++++++--------------
 ...equest.json => ConsumerProtocolAssignment.json} |  32 +-
 ...uest.json => ConsumerProtocolSubscription.json} |  33 +-
 .../consumer/internals/ConsumerProtocolTest.java   |  61 ++--
 .../kafka/coordinator/group/GroupMetadata.scala    |   2 +-
 5 files changed, 168 insertions(+), 307 deletions(-)
 copy clients/src/main/resources/common/message/{AlterReplicaLogDirsRequest.json => ConsumerProtocolAssignment.json} (53%)
 copy clients/src/main/resources/common/message/{AlterReplicaLogDirsRequest.json => ConsumerProtocolSubscription.json} (53%)