Embedded Kafka/Zookeeper for unit testing

2014-08-16 Thread Vjeran Marcinko
Hi all, If someone is searching for some up-to-date examples of embedded kafka/zookeeper servers, like for unit testing, maybe will find this short blog post useful: http://pannoniancoder.blogspot.com/2014/08/embedded-kafka-and-zookeeper-for-unit.html Cheers, Vjeran

Re: Embedded Kafka/Zookeeper for unit testing

2014-08-16 Thread Steve Morin
We have built that into NeverwinterDP for testing if you want to see an open-source example of it. We actually have embedded elastic search and elements of Hadoop to for testing and developer mode. https://github.com/DemandCube/NeverwinterDP > On Aug 16, 2014, at 7:13, Vjeran Marcinko > wrot