You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by Leo Li <ch...@gmail.com> on 2014/06/08 17:16:48 UTC

Curator Integration?

Hi,

I am recently working on Kafka and Zookeeper while see there is a jira
related to Curator integration:
 Kafka-873: provide a simple patch against old code base
It seems the work discontinued but I am wondering is there any way to hook
Curator with Kafka?

Currently the ZkClient was used directly in many scala file, if I want to
use curator should I:
1. change the Kafka code; or
2. change the ZkClient code

Any other ideas?

Thanks & Regards,
Leo