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