Re: Cannot start up Kafka Server within Java

2017-02-15 Thread radai
kafka publishes a "test" artifact: http://search.maven.org/#search|ga|1|a%3A%22kafka_2.12%22 if you introduce a test-scoped dep. on it, which in maven would look like: org.apache.kafka kafka_2.12 0.10.1.1 test

Re: Cannot start up Kafka Server within Java

2017-02-15 Thread Mathieu Fenniak
Hi Stefan, The mailing list suppressed your attachment, so, it's hard to offer any advice without the error. I'd suggest trying to post the error in a GitHub Gist, or some similar format. I dug up this mailing list archive about starting a Kafka server in-process that might help: http://mail-arc

Cannot start up Kafka Server within Java

2017-02-15 Thread Stefan Kölbl
Dear Kafka dev team! I’m implementing a data stream processor with Apache Kafka for my bachelor’s thesis and right now I’m struggling with trying to get the Kafka Server started with Java. A short summary of what I’m doing currently: 1. Start ZooKeeper (manually via terminal). 2.