Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When sharding requests, we previously would return a unique error message per missing topic / partition / leader. This would show up as a bunch of shards. While the errors were informative, they aren't really any more actionable than one slightly less informative error. We also don't need a dedicated error message, because we split the request appropriately such that the user can tell what all topics / partitions failed from the split request in the shard.
- Loading branch information