-
Notifications
You must be signed in to change notification settings - Fork 139
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
Ensure calls to Producer.produce* do not block #581
Merged
Merged
Commits on Jan 10, 2023
-
Ensure calls to Producer.produce* do not block
Records to be produced are placed in Chunks in a bounded ZIO Queue, which is processed by a stream running on the Blocking thread pool. The result is communicated back via a Promise. This way we can be sure that calls to `Producer.produce*` never block the ZIO thread pool without incurring the overhead of shifting to the blocking thread pool for every record or chunk of records.
Configuration menu - View commit details
-
Copy full SHA for a2e5a0e - Browse repository at this point
Copy the full SHA a2e5a0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 91345af - Browse repository at this point
Copy the full SHA 91345afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 716de19 - Browse repository at this point
Copy the full SHA 716de19View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae33f02 - Browse repository at this point
Copy the full SHA ae33f02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 640a86a - Browse repository at this point
Copy the full SHA 640a86aView commit details -
Update zio-kafka/src/main/scala/zio/kafka/producer/ProducerSettings.s…
…cala Co-authored-by: Jules Ivanic <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cabbdbd - Browse repository at this point
Copy the full SHA cabbdbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9aec63c - Browse repository at this point
Copy the full SHA 9aec63cView commit details
Commits on Jan 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7507378 - Browse repository at this point
Copy the full SHA 7507378View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2e7c89 - Browse repository at this point
Copy the full SHA c2e7c89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34e39a3 - Browse repository at this point
Copy the full SHA 34e39a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 610b3e6 - Browse repository at this point
Copy the full SHA 610b3e6View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.