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%)

Reply via email to