-
-
Notifications
You must be signed in to change notification settings - Fork 198
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When doSequenced from the broker to the sink, I accidentally lost the concurrent issuing aspect. The sequenced aspect in the sink issued and processed requests in order, but using waitResp meant we actually never issued more than one request at a time. Thix fixes that by ensuring we issue the produce with `do` before we go to waiting for a response.
- Loading branch information
Showing
1 changed file
with
40 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters