Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
client: given both retries and errors, prefer retries
Now that some errors (e.g. UnknownTopicOrParition) set *both* a retry flag and an error, we should handle retries first. This is sort-of non-idiomatic in that `updateMetadata` now returns a non-nil error with a "valid" result, but I think that's OK.
- Loading branch information