Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
k/fetch_request: fixed iterating over partition responses
The fetch_response iterator wrapper created by operation context was incorrectly incrementing only the partition_response iterator. This caused it to access out of range elements when multiple topics were present in the request. Fixes: #180 Signed-off-by: Michal Maslanka <[email protected]>
- Loading branch information