当前位置: 首页 > 工具软件 > script-server > 使用案例 >

kafka-server-stop.sh关闭Kafka失败

闻人伟
2023-12-01

Kafka brokers need to finish the shutdown process before the zookeepers do.
So start the zookeepers, then the kafka brokers will retry the shutdown process.

先关闭Kafka,等关闭完之后再关闭Zookeeper,否则,Kafka brokers无法关闭

参考:https://stackoverflow.com/questions/25568178/kafka-server-stop-sh-not-working-when-kafka-started-from-python-script

 类似资料: