Skip to content

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.

2 participants