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 2019/12/08 19:39:13 UTC

[kafka] branch trunk updated (cd5618f -> 5d0cb14)

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 cd5618f  MINOR: clarify node grouping of input topics using pattern subscription (#7793)
     add 5d0cb14  KAFKA-9212; Ensure LeaderAndIsr state updated in controller context during reassignment (#7795)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/kafka/clients/Metadata.java    |  29 +++--
 .../kafka/common/requests/MetadataResponse.java    |  28 ++++-
 .../org/apache/kafka/clients/MetadataTest.java     | 117 +++++++++++++++++++++
 .../scala/kafka/controller/KafkaController.scala   |  14 +--
 .../admin/ReassignPartitionsClusterTest.scala      |  45 ++++++++
 5 files changed, 210 insertions(+), 23 deletions(-)