Hi , I am running kafka service using runit, in the start script I have this code:
#!/bin/sh exec 2>&1 exec /opt/kafka/bin/kafka-server-start.sh /etc/kafka/server.properties ===============================/opt/kafka/bin/kafka-server-start.sh is the scripts distributed in Kafka release
Hopes that helps On 12/12/2012 10:39 PM, S Ahmed wrote:
I'm not a infra guy, and was wondering if anyone has written a upstart script to start/stop kafka, and have it run on server reboots etc.