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

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


    from e076d2b  KAFKA-13045: Adding a test for batched offsetFetch requests 
with one group repeating (#11000)
     new 59931cd  KAFKA-13057; Add KRaft "broker" to several RPC's listeners 
(#11012)
     new e9e181b  KAFKA-13056; Do not rely on broker for snapshots if 
controller is co-resident (#11013)

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../common/message/AddOffsetsToTxnRequest.json     |   2 +-
 .../common/message/AddPartitionsToTxnRequest.json  |   2 +-
 .../common/message/AllocateProducerIdsRequest.json |   2 +-
 .../common/message/AlterConfigsRequest.json        |   2 +-
 .../common/message/CreatePartitionsRequest.json    |   2 +-
 .../common/message/ElectLeadersRequest.json        |   2 +-
 .../resources/common/message/EndTxnRequest.json    |   2 +-
 .../common/message/TxnOffsetCommitRequest.json     |   2 +-
 .../common/message/UnregisterBrokerRequest.json    |   2 +-
 .../common/message/UpdateFeaturesRequest.json      |   2 +-
 .../src/main/scala/kafka/server/BrokerServer.scala |  22 +++--
 core/src/main/scala/kafka/server/KafkaApis.scala   |  11 +--
 .../server/metadata/BrokerMetadataListener.scala   |  19 ++--
 .../metadata/BrokerMetadataListenerTest.scala      | 101 ++++++++++++++-------
 14 files changed, 105 insertions(+), 68 deletions(-)

Reply via email to