uber / uReplicator

Improvement of Apache Kafka Mirrormaker
Apache License 2.0
915 stars 198 forks source link

Avoid direct connection to destination zookeeper #228

Open stoiev opened 5 years ago

stoiev commented 5 years ago

Since Kafka official clients are avoiding Zookeeper direct access, should uReplicator take the same way?

This would simplify final user setup and prepare uReplicator for future Kafka upgrades.

I think that implementing a KafkaBrokerTopicObserver without Zookeeper would avoid a Zookeeper destination connection.

Am I rigth? Does PRs in this direction make sense?

yangy0000 commented 5 years ago

sorry for the late response, yes, agree with you that we should avoiding zk direct access in the long term. however we don't have an eoough resource to working on that. :)