Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pekko: source based on BlockingQueue #1676

Merged
merged 1 commit into from
Jul 30, 2024
Merged

Conversation

brharrington
Copy link
Contributor

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.

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.
@brharrington brharrington added this to the 1.8.0 milestone Jul 30, 2024
@brharrington brharrington merged commit 20731ad into Netflix:main Jul 30, 2024
5 checks passed
@brharrington brharrington deleted the queue branch July 30, 2024 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant