mahesh2492 / embedded-kafka

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EmbeddedKafka

EmbeddedKafka is a library which gives us flexibility to unit test kafka. It will run zookeeper and kafka server itself before the test and stop it after test.

To test the application, run following command

sbt clean test

About


Languages

Language:Scala 100.0%