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

Use Apache Curator as embedded ZooKeeper

francescopellegrini opened this issue · comments

Confluent does this in their streams examples.

We might consider moving to Curator TestingServer class as well.

I investigated a little more on the topic: Apache recommends excluding ZooKeeper dependency when using Curator (see docs) and I don't know what could be the BC implications of this.
Moreover, we'll need to change the signature of EmbeddedZ and I don't know if we really want to do such a breaking change..