Closed vthiery closed 4 years ago
@vthiery Thanks for this PR. #33 will be merged into master. This PR might have to change
@rShetty sure! Let me know when #33 gets merged and I'll adapt this PR
@vthiery This will change after the new major changes to the master, this #33 , Please fix merge conflicts accordingly
@rShetty I updated the PR. The CI pipeline fails but I believe this is due to a very short timeout used in tests.
@vthiery Do you want to give a try to fix the conflicts ?
@rShetty I'm not sure I can marry the valkyrie.MultiError
with the recent changes on the hystrix client. Also, for the sake of clarity, I'd prefer to split this PR into two parts:
valkyrie.MultiError
in hystrix clientI can quickly take care of the first point but I may not have the time to work on the second point right now.
[This PR is more a proposal than anything else]
Hi!
This PR aims at simplifying the
Do
methods for bothhttpClient
andhystrixHTTPClient
. It also introduce multi-errors for thehystrixHTTPClient
.The reasons why this PR is a proposal more than anything are:
hystrixHTTPClient
,Let me know what you think 😉