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 2020/07/09 09:00:30 UTC

[kafka] branch trunk updated (80cab85 -> dd79579)

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 80cab85  KAFKA-10225 Increase default zk timeout for system tests (#8974)
     add dd79579  KAFKA-10220: Add null check for configurationKey in AdminManager.describeConfigs()

No new revisions were added by this update.

Summary of changes:
 .../src/main/scala/kafka/server/AdminManager.scala | 10 ++--
 .../scala/unit/kafka/server/AdminManagerTest.scala | 65 ++++++++++++++++++++++
 2 files changed, 71 insertions(+), 4 deletions(-)
 create mode 100644 core/src/test/scala/unit/kafka/server/AdminManagerTest.scala