zetcd
zetcd copied to clipboard
Serve the Apache Zookeeper API but back it with an etcd cluster
Hi, Can I know if we have done some performance benchmarking of zetcd? Like using YCSB. This is the recommended benchmarking for zookeeper.
* Create2 * CreateContainer * DeleteContainer * CheckWatches * DeleteContainer * RemoveWatches * Reconfig
This fixes the encoding of a partial response to a multi-op request where one succeeds but another fails. The current implementation returns an error with no response, but Kafka expects...
We need a new release to get rid of the known vulnerabilities in the latest version. Check [here](https://quay.io/repository/coreos/zetcd?tag=latest&tab=tags) for the vulnerabilities.
I noticed that at least for a couple of month development of zetcd stopped. Does it mean that zetcd is stable enough - so are there any plans for new...
when zetcd should release v1.0.0? which version zetcd can use on product industry environment? and is it have any tool to migrate data from zk to etcd? offline migrate or...
I want to revise some part of the code and build a binary to see the working. But the project structure seems to be only support build binary for release...
Hello, i use zetcd with docker. i have configured zookeeper_id of kafka to '192.168.1.110' i have configured initial-cluster of etcd to 'etcd1=http://192.168.1.110:2380' then i start the zetcd, etcd and kafka,...
kafka and etcd both support high availability, how about zetcd? I didn't see about this in the README. Guess setting up zetcd service on each machine gets the ability?