embeddedkafka / embedded-kafka

A library that provides an in-memory Kafka instance to run your tests against.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does embeddedKafka downloads kafka at run time

FuncGuy opened this issue · comments

Hi,
Does embedded kafka downloads kafka at runtime and deletes when the test execution is completed?

If it is not downloading the kafka then how it works internally?

Hi @FuncGuy, feel free to look at the code, it's open source after all. :)
Kafka is not downloaded, only started and then teared down.