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