-
Notifications
You must be signed in to change notification settings - Fork 823
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
Consumption control #664
Comments
Currently not, but that problem is part of what we're working on in #608 |
for Future releases, if will it join Streaming? |
What do you mean with "join Streaming"? |
such as rxjava |
Not likely, since that would mean re-implementing the entire project. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hi,i have a question.
if you write to an object faster than it can actually write the data to
its underlying resource, then the write queue can grow unbounded - eventually resulting in
memory exhaustion.
if have it Protection mechanisms to control?
The text was updated successfully, but these errors were encountered: