Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 250 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 250 Bytes

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