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

HystrixObservableCollapser does not properly handle streams per request arg #865

Closed
mattrjacobs opened this issue Aug 19, 2015 · 1 comment

Comments

@mattrjacobs
Copy link
Contributor

Bug reported in https://groups.google.com/forum/#!topic/hystrixoss/etlb_JE90CU.

The root cause is that, upon receiving the first piece of a batch response which matches a request arg, that Collapser has onNext(data) and onCompleted() invoked. This happens even if more data is available for that Collapser.

@mattrjacobs
Copy link
Contributor Author

Released in 1.4.15 and merged into master to appear in first 1.5.0.rc1 release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant