We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@nicolaferraro did a demo where he added hystrix EIP but Camel K could not startup as camel-hystrix was missing.
We can try to detect this from the route and add it automatic. A quick way is to just check for hystrix() or <hystrix> in Java / XML etc.
hystrix()
<hystrix>
The text was updated successfully, but these errors were encountered:
Fix apache#575: recognize hystrix automatically
fb261a5
Fix #575: recognize hystrix automatically
e0bb7da
c2b1e59
4fc9f33
Successfully merging a pull request may close this issue.
@nicolaferraro did a demo where he added hystrix EIP but Camel K could not startup as camel-hystrix was missing.
We can try to detect this from the route and add it automatic. A quick way is to just check for
hystrix()
or<hystrix>
in Java / XML etc.The text was updated successfully, but these errors were encountered: