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

Detect camel-microprofile-fault-tolerance for Circuit Breaker #1396

Closed
davsclaus opened this issue Apr 7, 2020 · 2 comments · Fixed by #1486
Closed

Detect camel-microprofile-fault-tolerance for Circuit Breaker #1396

davsclaus opened this issue Apr 7, 2020 · 2 comments · Fixed by #1486
Assignees
Milestone

Comments

@davsclaus
Copy link
Contributor

In Camel 3.3 we have support for MP fault tolerance.
https://issues.apache.org/jira/projects/CAMEL/issues/CAMEL-14179

Camel K should be able to detect this as an impl. And we should ideally pick this impl if there is no explicit import on the other implementations.

@davsclaus davsclaus added this to the 1.0.0 milestone May 27, 2020
@davsclaus
Copy link
Contributor Author

So it seems this should be in the inspector to detect this similar to what is done with hystrix. And also hystrix is deprecated now in Camel 3.4 onwards, so lets use this one as the default (works also better with quarkus) and is active maintained.

@lburgazzoli
Copy link
Contributor

PR on camel-k-runtime apache/camel-k-runtime#350

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 a pull request may close this issue.

3 participants