Re: ZK, Kafka, Streamclient not cleanly starting up (two issues)

2017-01-31 Thread Brian Krahmer
Hi Peter, We are doing heavy microservice development (many of which comm with kafka), and a typical service has an integration test suite that runs under docker-compose. We found the fastest way to get our service up and running is to disable topic auto-create and use the topic-creation

Re: ZK, Kafka, Streamclient not cleanly starting up (two issues)

2017-01-31 Thread Peter Kopias
The auto create topic was intentionally set to true. Also auto topic creation should not cause warnings/exceptions neither on client nor server side I believe. The odd correlation id error messages won't describe the situation very well, and the no leader messages should never ever happen in a 1

Re: ZK, Kafka, Streamclient not cleanly starting up (two issues)

2017-01-31 Thread Damian Guy
I think this might be an issue related to having auto.create.topics.enabled=true (the default). Try setting auto.create.topics.enabled=false in server.properties. On Tue, 31 Jan 2017 at 17:29 Peter Kopias wrote: > Hello. > > I've got a local virtual development

ZK, Kafka, Streamclient not cleanly starting up (two issues)

2017-01-31 Thread Peter Kopias
Hello. I've got a local virtual development environment, with: - kafka 0.10.1.1 - java version "1.8.0_121" I don't need anything special, this is just for trial, so I set up zk and kafka and the stream processor to use /tmp for data, log and state. It's not persistent, but I can always try