etcd-io / zetcd

Serve the Apache Zookeeper API but back it with an etcd cluster
Apache License 2.0
1.09k stars 94 forks source link

Issue98fix #101

Closed hokie228 closed 5 years ago

hokie228 commented 5 years ago

zketcd: return partial results from a failed multi-op request

Zookeeper can return partial results from a multi-op request, which Kafka 2.1.x is relying on. If the second op fails, but the first one succeeds then Kafka expects two results and throws a NPE if not there.

Fixes #98