You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by cm...@apache.org on 2021/02/11 16:34:11 UTC

[kafka] branch trunk updated (83ec809 -> 6b3a455)

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

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


    from 83ec809  MINOR: Remove always-passing validation in TestRecordTest#testProducerRecord (#9930)
     add 6b3a455  MINOR: Introduce the KIP-500 Broker lifecycle manager (#10095)

No new revisions were added by this update.

Summary of changes:
 .../kafka/server/BrokerLifecycleManager.scala      | 481 +++++++++++++++++++++
 core/src/main/scala/kafka/server/KafkaConfig.scala |  15 +
 .../kafka/server/BrokerLifecycleManagerTest.scala  | 217 ++++++++++
 3 files changed, 713 insertions(+)
 create mode 100644 core/src/main/scala/kafka/server/BrokerLifecycleManager.scala
 create mode 100644 core/src/test/scala/unit/kafka/server/BrokerLifecycleManagerTest.scala