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

Upgrading to Hystrix 1.5.18 #391

Merged
merged 1 commit into from
Feb 11, 2019
Merged

Conversation

spericas
Copy link
Member

Upgrading to Hystrix 1.5.18. New strategy to support circuit breaker state transitions as defined by the FT spec. Most of the Hystrix circuit breaker support is turned off and state transitions are implemented manually using Hystrix dynamic properties. The old strategy was difficult to extend with the new version of Hystrix and the new implementation is simpler to understand.

Signed-off-by: Santiago Pericas-Geertsen Santiago.PericasGeertsen@oracle.com

@spericas spericas added the task To do label Feb 11, 2019
@spericas spericas added this to the 1.0 milestone Feb 11, 2019
@spericas spericas self-assigned this Feb 11, 2019
…state transitions as defined by the FT spec. Most of the Hystrix circuit breaker support is turned off and state transitions are implemented manually using Hystrix dynamic properties. The old strategy was difficult to extend with the new version of Hystrix and the new implementation is simpler to understand.

Signed-off-by: Santiago Pericas-Geertsen <Santiago.PericasGeertsen@oracle.com>
Copy link
Member

@tjquinno tjquinno left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a few questions/comments attached to various lines.

@spericas spericas merged commit e396ac8 into helidon-io:master Feb 11, 2019
@spericas spericas deleted the latest-hystrix branch May 16, 2019 15:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
task To do
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants