Closed debugging closed 10 years ago
vagrant destroy vagrant up
It should ideally be more resilient to start/stop as destroying and re-up'ing takes a long time. Any suggestions?
If you halt the or reboot you can simple do:
/opt/apache/kafka/bin/zookeeper-server-start.sh /opt/apache/kafka/config/zookeeper.properties 1>> /tmp/zk.log 2>> /tmp/zk.log &
/opt/apache/kafka/bin/kafka-server-start.sh /opt/server.properties 1>> /tmp/broker.log 2>> /tmp/broker.log &
Hope that helps, thanks for your work!
Thanks for this setup.
What is the correct way to start/stop the vagrant box without breaking things?
I guess the scripts aren't meant to survive a server restart. If that is the case, how should we go about stating and stoping it so things work afterwards. I also tried to reload and that didn't work either.
I did a vagrant halt and then vagrant up and then I get errors when running the tests: