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

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


    from 9dfdc58  KAFKA-8265: Fix config name to match KIP-458. (#6755)
     new d05b471  MINOR: Set `replicaId` for OffsetsForLeaderEpoch from 
followers (#6775)
     new 42aacce  HOTFIX: Fix recent protocol breakage from KIP-345 and KIP-392 
(#6780)

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:
 .../internals/OffsetsForLeaderEpochClient.java     |   2 +-
 .../apache/kafka/common/requests/FetchRequest.java |   2 +-
 .../kafka/common/requests/FetchResponse.java       |  14 +-
 .../requests/OffsetsForLeaderEpochRequest.java     |  15 +-
 .../resources/common/message/HeartbeatRequest.json |   3 +-
 .../resources/common/message/JoinGroupRequest.json |   3 +-
 .../common/message/OffsetCommitRequest.json        |   3 +-
 .../resources/common/message/SyncGroupRequest.json |   3 +-
 .../clients/consumer/internals/FetcherTest.java    |  14 +-
 .../apache/kafka/common/message/MessageTest.java   | 196 +++++++++++++++------
 .../kafka/common/requests/RequestResponseTest.java |  25 +--
 .../scala/kafka/server/ReplicaFetcherThread.scala  |   2 +-
 .../kafka/api/AuthorizerIntegrationTest.scala      |   2 +-
 .../server/OffsetsForLeaderEpochRequestTest.scala  |   4 +-
 .../scala/unit/kafka/server/RequestQuotaTest.scala |   2 +-
 .../server/epoch/LeaderEpochIntegrationTest.scala  |   2 +-
 .../apache/kafka/message/MessageDataGenerator.java |   6 +-
 17 files changed, 207 insertions(+), 91 deletions(-)

Reply via email to