-
Notifications
You must be signed in to change notification settings - Fork 306
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pekko: source based on BlockingQueue (#1676)
Add helper to create a source that is based on a Java BlockingQueue implementation. This can be used as an alternative to Pekko's BoundedSourceQueue when more control of the queue is desirable. If the queue is full it can be set to either drop newly arriving values or older values that are already in the queue.
- Loading branch information
1 parent
6586b2e
commit 20731ad
Showing
3 changed files
with
287 additions
and
6 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
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