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.
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