Files
fn-serverless/vendor/github.com/Shopify/sarama/vagrant/zookeeper.conf
2017-07-25 08:55:22 -07: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