Files
gf/third/github.com/Shopify/sarama/vagrant/zookeeper.conf
2019-01-02 11:02:03 +08:00

8 lines
212 B
Plaintext

start on started toxiproxy
stop on stopping toxiproxy
script
export KAFKA_HEAP_OPTS="-Xmx192m"
exec /opt/kafka-KAFKAID/bin/zookeeper-server-start.sh /opt/kafka-KAFKAID/config/zookeeper.properties
end script