Javanica/Support raiseHystrixExceptions for Observables#1412
Javanica/Support raiseHystrixExceptions for Observables#1412mattrjacobs merged 2 commits intoNetflix:masterfrom michaelcowan:javanica/raise-runtime-exception-for-observable
Conversation
| Thanks for the contribution, @michaelcowan ! This looks reasonable to me, but before I merge, I'd love feedback from those who discussed #1344/#1397 to review. /cc @dmgcodevil @jorgefr @56quarters @nytins @mukteshkrmishra @hroongta |
| @mattrjacobs you already merged the PR for regular commands, nothing new in this PR. BTW: you merged PR with pending comments, in next time could you wait until all comments resolved ? |
| @dmgcodevil Thats weird - I don't see any unresolved comments on #1397. It shows just myself and @mattrjacobs as the only participants on my screen. |
| @michaelcowan I left few comments for sure, no idea why they aren't visible for you. Probably I did something wrong. |
| @dmgcodevil Is there something I can maybe answer now? |
| @michaelcowan why do we need array type for new added property? I thought it's either true or false. Is there an opportunity of extending this in the future ? Is global properties working for the new feature? |
| @mattrjacobs : Changes looks good to me. |
| @dmgcodevil I used an array for two reasons, which are actually pretty much your other two questions 😄
(*) You can't default to
|
| @michaelcowan Thanks for the PR! Looks good to me. @dmgcodevil Likewise, I didn't see any outstanding comments. Will wait for a +1 from you to merge this one. |
| @mattjacobs No objections from my side. Although there is a question on On Monday, November 14, 2016, Matt Jacobs notifications@github.com wrote:
|
| Any concerns about merging this is, or is there still more to discuss @dmgcodevil ? |
| No, go ahead. …On Sat, Dec 3, 2016 at 11:18 AM, Matt Jacobs ***@***.***> wrote: Any concerns about merging this is, or is there still more to discuss @dmgcodevil <https://github.com/dmgcodevil> ? — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub <#1412 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/ABWS8XaD3nFUVptr_MDxX6SNcrfeGNI4ks5rEZZugaJpZM4Kot39> . |
| Thanks @michaelcowan ! |
Adds support for Observable HystrixCommands to optionally raise
HystrixRuntimeException.This extends upon #1397
e.g.