spotify / docker-kafka

Kafka (and Zookeeper) in Docker
Apache License 2.0
1.4k stars 643 forks source link

make Kafka child of Supervisord #103

Open ghost opened 4 years ago

ghost commented 4 years ago

Supervisord cannot stop Kafka, it will signal this script's PID but Kafka will not stop. This way we can trust that supervisord actually controls the Kafka process.