Re: LeaderNotAvailableException: reventing the running of kafka-console-producer.bat

2013-04-05 Thread Shawn Hagwood
We had something like this happen a few weeks ago. In our development environment we are prototyping with 0.8. Since we're prototyping we occasionally wipe our brokers and deploy the latest of 0.8. I never completely verified but I think this may have happened in our case because we renamed a topi

Re: Unable to start consumers in Tomcat

2013-12-13 Thread Shawn Hagwood
We deploy our applications as war files in tomcat. Most of these applications have a rest API but some also consume from topics. For the apps running in tomcat we use spring and initialize our kafka consumer in the @postConstruct of a spring bean so this only happens once. The bean itself which is