-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix race (out of order) in flushing topics (wrong state is stored in …
…changelog) (#112) * fix race (out of order) in flushing topics * fix style issues * fix race in ProducerBuffer.flush: fix tests since the flush functions now simply wait for the main producer loop to send the messages, we have to mock this behaviour in the tests, too Co-authored-by: Tobias Rauter <[email protected]> Co-authored-by: Vikram Patki <[email protected]>
- Loading branch information
1 parent
70e5516
commit a841a0e
Showing
2 changed files
with
63 additions
and
30 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
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