apache / geode-kafka-connector

Kafka connector for Apache Geode
https://geode.apache.org/
Apache License 2.0
5 stars 10 forks source link

Remove Zookeeper dependency #7

Open yrashish opened 3 years ago

yrashish commented 3 years ago

This issue is for future reference. As per this Apache Kafka will replace its usage of Apache ZooKeeper with its own built-in consensus layer. So we may need to remove any Zookeeper dependency(integration test etc.) from the connector. Detailed instructions given here.