Hystrix Client Exit on Hystrix Time-out Error #132
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Motivation
Issue #127 reported by @sebastian-popa
Changes
v1.3.0
->v1.7.0
for assert.ErrorIs used by the same unit test.Summary
Heimdall's hystrix-client once timed out on hystrix-go's client, the subsequent retries fail by throwing error similar to
http: ContentLength=24 with Body length 0
as reported in #127. The code on #127 polished and shared at playground link to understand this.cURL Call:
Results:
Related Issues
Closes #127