pegasystems / charlatan

Charlatan is a library created for Apache Kafka in order to substitute real Zookeeper with Zookeeper imitation. Charlatan was tested only with Apache Kafka version 0.11.0.1.
Apache License 2.0
5 stars 1 forks source link

Move zookeerper classes from charlatan-common to charlatan-adapter #4

Closed natalia-v-miro closed 6 years ago

natalia-v-miro commented 6 years ago

zookeeper classes are cause of class conflicts if real zookeeper is in classpath with charlatan-server library. However zookeeper classes are needed for charlatan-adapter library as it works as replacement for the zookeeper driver. This is why zookeeper classes were moved form charlatan-common to charlatan-adapter