You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.
In MesosSchedulerClient.openEventStream(), there are some comments regarding backpressure and custom schedulers. Investigate how to improve the code so that the comments can be removed.
The text was updated successfully, but these errors were encountered:
Thought I'd comment on this rather than creating a new issue.
I am getting the dreaded MissingBackpressureException with my rx-mesos based scheduler.
Where is the right place to chain .onBackpressureBuffer(...) ?
It seems like trying to chain it to the unicastEvents is not going to work since it uses buffer(timespan) which explicitly does not support backpressure.
In
MesosSchedulerClient.openEventStream()
, there are some comments regarding backpressure and custom schedulers. Investigate how to improve the code so that the comments can be removed.The text was updated successfully, but these errors were encountered: