You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by da...@apache.org on 2020/11/19 10:42:53 UTC

[kafka] branch trunk updated (179ecdf -> 51c833e)

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

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


    from 179ecdf  KAFKA-10628: remove all the unnecessary parameters from the tests which are using TopologyTestDriver (#9507)
     add 51c833e  KAFKA-9630; Replace OffsetsForLeaderEpoch request/response with automated protocol (#9547)

No new revisions were added by this update.

Summary of changes:
 .../internals/OffsetsForLeaderEpochClient.java     | 109 ++++++-----
 .../consumer/internals/SubscriptionState.java      |  23 +--
 .../org/apache/kafka/common/protocol/ApiKeys.java  |   8 +-
 .../kafka/common/requests/AbstractResponse.java    |   2 +-
 .../requests/OffsetsForLeaderEpochRequest.java     | 212 ++++++++-------------
 .../requests/OffsetsForLeaderEpochResponse.java    | 163 +++++-----------
 .../message/OffsetForLeaderEpochRequest.json       |   8 +-
 .../message/OffsetForLeaderEpochResponse.json      |   9 +-
 .../internals/OffsetForLeaderEpochClientTest.java  |  41 ++--
 .../consumer/internals/SubscriptionStateTest.java  |  29 ++-
 .../apache/kafka/common/message/MessageTest.java   |  14 +-
 .../requests/OffsetsForLeaderEpochRequestTest.java |   3 +-
 .../kafka/common/requests/RequestResponseTest.java |  28 ++-
 .../kafka/api/AuthorizerIntegrationTest.scala      |  13 +-
 .../scala/unit/kafka/server/RequestQuotaTest.scala |  13 +-
 15 files changed, 328 insertions(+), 347 deletions(-)