Skip to content
This repository has been archived by the owner on Oct 7, 2023. It is now read-only.

Issue98fix #101

Closed
wants to merge 3 commits into from
Closed

Issue98fix #101

wants to merge 3 commits into from

Conversation

hokie228
Copy link

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

zkResponse was hiding multi-op error in partial response,
added new response with error function.  Also, fixed test
to expect correct errors instead of api errors

Fixes etcd-io#98
@hokie228 hokie228 closed this Feb 27, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant