etcd-io/zetcd

can zetcd work with ZK java client?

kant111 opened this issue · 3 comments

  1. can zetcd work with ZK java client API?
  2. is zetcd ready to replace ZK? for example can I use zetcd in my Kafka or Spark cluster instead of ZK?

@kant111

  1. yes, it even has docker e2e tests for this
  2. there's some testing around kafka and it appears to work fine for basic use cases, give it a try

If it works for Java API calls then it should work for Kafka too right? Since Kafka uses Java ZK API. So why only basic cases?

@kant11 kafka just hasn't been tested extensively under zetcd, if it doesn't work please file a bug