You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ma...@apache.org on 2019/08/16 17:36:44 UTC

[kafka] branch trunk updated (bd7d92e -> b8605c9)

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

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


    from bd7d92e  KAFKA-8592; Fix for resolving variables for dynamic config as per KIP-421. (#7031)
     add b8605c9  KAFKA-8600: Use RPC generation for DescribeDelegationTokens protocol

No new revisions were added by this update.

Summary of changes:
 .../org/apache/kafka/common/protocol/ApiKeys.java  |   6 +-
 .../kafka/common/requests/AbstractResponse.java    |   2 +-
 .../requests/DescribeDelegationTokenRequest.java   | 103 +++---------
 .../requests/DescribeDelegationTokenResponse.java  | 175 ++++++---------------
 core/src/main/scala/kafka/server/KafkaApis.scala   |   5 +-
 .../scala/unit/kafka/server/RequestQuotaTest.scala |  32 +---
 6 files changed, 82 insertions(+), 241 deletions(-)