Unit tests of Kafka application

2016-03-02 Thread Madhire, Naveen
Hi, I want to write unit test cases for testing kafka application. Is there any specific kafka-junit or something which creates dummy producers and consumers to use in unit tests? Thanks. The information contained in this e-mail is confi

Re: Unit tests of Kafka application

2016-03-02 Thread craig w
Kafka includes http://kafka.apache.org/090/javadoc/org/apache/kafka/clients/consumer/MockConsumer.html http://kafka.apache.org/090/javadoc/org/apache/kafka/clients/producer/MockProducer.html On Wed, Mar 2, 2016 at 12:50 PM, Madhire, Naveen < naveen.madh...@capitalone.com> wrote: > Hi, > > I want