You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by mi...@apache.org on 2020/04/09 14:00:09 UTC

[kafka] branch trunk updated (0fad944 -> c84e6ab)

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

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


    from 0fad944  KAFKA-9583; Use topic-partitions grouped by node to send OffsetsForLeaderEpoch requests (#8077)
     add c84e6ab  KAFKA-9433: Use automated protocol for AlterConfigs request and response (#8315)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/kafka/common/protocol/ApiKeys.java  |   8 +-
 .../kafka/common/requests/AbstractResponse.java    |   2 +-
 .../kafka/common/requests/AlterConfigsRequest.java | 146 ++++++---------------
 .../common/requests/AlterConfigsResponse.java      |  86 +++---------
 .../kafka/common/requests/RequestResponseTest.java |  20 ++-
 core/src/main/scala/kafka/server/KafkaApis.scala   |  18 ++-
 6 files changed, 94 insertions(+), 186 deletions(-)