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

Corrected ignoreExceptions for Observable returning methods. #1273

Conversation

jbojar
Copy link

@jbojar jbojar commented Jul 8, 2016

Corrected not working ignoreExceptions for Observables. Issue #1272

  • changed GenericObservableCommand to correctly wrap ignorable exceptions in HystrixBadRequestException using Observable.onErrorResumeNext,
  • changed HystrixCommandAspect to uwrap HystrixBadRequestException and HystrixRuntimeException conveyed by observble the same way as normally thrown exceptions are uwrapped,
  • added test for ignoring errors in observables similar to BasicErrorPropagationTest.

- error handling for observables
- tests
@mattrjacobs
Copy link
Contributor

Thanks for the contribution, @jbojar !

@mattrjacobs mattrjacobs merged commit e336976 into Netflix:master Jul 13, 2016
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.

None yet

2 participants