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
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
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