You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by rs...@apache.org on 2020/03/13 18:24:34 UTC

[kafka] branch trunk updated (f869e33 -> f165cdc)

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

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


    from f869e33  KAFKA-8768: DeleteRecords request/response automated protocol (#7957)
     add f165cdc  KAFKA-9718; Don't log passwords for AlterConfigs in request logs (#8294)

No new revisions were added by this update.

Summary of changes:
 core/src/main/scala/kafka/log/LogConfig.scala      |   4 +
 .../main/scala/kafka/network/RequestChannel.scala  |  54 +++++-
 .../src/main/scala/kafka/server/AdminManager.scala |  21 +--
 .../scala/kafka/server/DynamicBrokerConfig.scala   |   6 +-
 core/src/main/scala/kafka/server/KafkaConfig.scala |  14 ++
 .../unit/kafka/network/RequestChannelTest.scala    | 195 +++++++++++++++++++++
 6 files changed, 277 insertions(+), 17 deletions(-)
 create mode 100644 core/src/test/scala/unit/kafka/network/RequestChannelTest.scala