zetcd icon indicating copy to clipboard operation
zetcd copied to clipboard

Serve the Apache Zookeeper API but back it with an etcd cluster

Results 34 zetcd issues
Sort by recently updated
recently updated
newest added

Thinking about I cann‘t see any benefits from current "key per metadata parameter scheme" versus "single key (or couple of keys) for serialized metadata". Current scheme doesn't improve query (ie...

【dev】: windows x64 use etcd(3.2.28)+ zetcd(0.0.5) replace zookeeper(3.5.5), run client: kafka(2.12-2.2.0) 【error 】: kafka exit and shutting down 【error info】: [2019-11-14 15:10:51,051] ERROR Error while creating ephemeral at /brokers/ids/0 with...

Running a 4 letter word command against zetcd causes a spike in memory usage, this applies to all but `ruok`. Steps to reproduce: 1. `echo cons | nc 127.0.0.1 2181`...

I did a quick search through the `zk*.go` source to see whether zetcd's schema will tamper with an already existing etcd schema. Afaict, it looks like zetcd writes the ZooKeeper...

Thanks for creating this project. Super awesome for CoreOS folks to maintain a project such as this. This is a pretty basic feature request for zetcd. Is there any chance...

I am trying to run zetcd(tried with both v0.0.5 and v0.0.4, getting same error) with Kafka 2.1.0. It's giving NullPointerException and Kafka ``` [2018-12-18 15:02:46,559] INFO Client environment:java.library.path=/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib (org.apache.zookeeper.ZooKeeper) [2018-12-18...

We're using zetcd (running in a container - from the quay.io/repository/coreos/zetcd tag v0.0.5) as a middleware between etcd and Mesos. We're experiencing a behavior where the memory usage of the...

Is zetcd+etcd supposed to be faster than zk nowadays? I saw a few graphics, which says that etcd itself faster than zk and [this benchmark](https://coreos.com/blog/introducing-zetcd) about zetcd 0.0.1, is it...

How do we figure out the compatibility matching? Thanks.