Anthony Romano
Anthony Romano
Compared against a regular zk node, works as intended: Launched zk: ```sh $ docker run --net host --rm zetcd-zk-test ZooKeeper JMX enabled by default Using config: /opt/zookeeper/conf/zoo.cfg 2017-08-10 19:12:20,422 [myid:]...
No, list is a k8s only thing. It happens whenever an rpc takes too long in the raft path. I don't think it's related to zetcd. Try `go get github.com/coreos/etcd/cmd/benchmark`...
Oops, `go get github.com/coreos/etcd/cmd/tools/benchmark`; not sure if it will build that way on windows since some parts depend on junctions that are set up by build.bat.
It should work with 3.4.x clients.
@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...
@kant11 kafka just hasn't been tested extensively under zetcd, if it doesn't work please file a bug
Judging by the proposed interfaces, is this supposed to ignore buckets entirely? The data model expects a bucket at this time-- would there be a "default" bucket? Is there any...