You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ij...@apache.org on 2021/06/15 13:11:37 UTC

[kafka] branch trunk updated (1e88c75 -> c16711c)

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

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


    from 1e88c75  KAFKA-12948: Remove node from ClusterConnectionStates.connectingNodes when node is removed (#10882)
     add c16711c  KAFKA-12701: NPE in MetadataRequest when using topic IDs (#10584)

No new revisions were added by this update.

Summary of changes:
 .../kafka/common/requests/MetadataRequest.java     | 21 ++++++++++--
 .../resources/common/message/MetadataRequest.json  |  3 +-
 .../kafka/common/requests/MetadataRequestTest.java | 25 ++++++++++++++
 core/src/main/scala/kafka/server/KafkaApis.scala   | 11 +++++++
 .../scala/unit/kafka/server/KafkaApisTest.scala    | 38 ++++++++++++++++++++++
 5 files changed, 94 insertions(+), 4 deletions(-)