elodina / dropwizard-kafka-http

Apache Kafka HTTP Endpoint for producing and consuming messages from topics
http://www.elodina.net
Apache License 2.0
154 stars 45 forks source link

services dont start #16

Open joshjdevl opened 9 years ago

joshjdevl commented 9 years ago

Hello,

On the initial vagrant provision, the services start up fine. However, subsequent 'vagrant up' commands do not start zookeeper and kafka.

This can be easily verified by running 'vagrant halt' then 'vagrant up'. There will be no java processes running on either vm.

I had to manually start zookeeper and kafka by doing the following zookeper kafka

It would be easier if the services automatically started. Either by a boot script, supervisord, or some other mechanism.