You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by da...@apache.org on 2021/03/18 18:04:57 UTC

[kafka] branch trunk updated (dc6ea93 -> 94f319d)

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

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


    from dc6ea93  KAFKA-12382: add a README for KIP-500 (#10227)
     add 94f319d  MINOR: Start the broker-to-controller channel for request forwarding (#10340)

No new revisions were added by this update.

Summary of changes:
 .../main/scala/kafka/server/AlterIsrManager.scala  |  2 +-
 .../src/main/scala/kafka/server/BrokerServer.scala |  5 ++--
 .../server/BrokerToControllerChannelManager.scala  | 18 ++++++++++--
 core/src/main/scala/kafka/server/KafkaServer.scala |  2 +-
 .../BrokerToControllerRequestThreadTest.scala      | 32 ++++++++++++++++++++++
 5 files changed, 52 insertions(+), 7 deletions(-)