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