Repository: camel Updated Branches: refs/heads/master 3bb4b5a49 -> 578ae7e9b
Add minimal doc for camel-hystrix Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/578ae7e9 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/578ae7e9 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/578ae7e9 Branch: refs/heads/master Commit: 578ae7e9b374beff1625c2488cb6e57bffee8fd1 Parents: 3bb4b5a Author: lburgazzoli <lburgazz...@gmail.com> Authored: Thu Apr 13 10:51:25 2017 +0200 Committer: lburgazzoli <lburgazz...@gmail.com> Committed: Thu Apr 13 10:51:38 2017 +0200 ---------------------------------------------------------------------- .../camel-hystrix/src/main/docs/hystrix.adoc | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/578ae7e9/components/camel-hystrix/src/main/docs/hystrix.adoc ---------------------------------------------------------------------- diff --git a/components/camel-hystrix/src/main/docs/hystrix.adoc b/components/camel-hystrix/src/main/docs/hystrix.adoc new file mode 100644 index 0000000..40885f1 --- /dev/null +++ b/components/camel-hystrix/src/main/docs/hystrix.adoc @@ -0,0 +1,20 @@ +## Hystrix Component + +*Available as of Camel version 2.18* + +The hystrix component integrates Netflix Hystrix circuit breaker in Camel routes. + +Maven users will need to add the following dependency to their `pom.xml` +for this component: + +[source,xml] +---- +<dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-hystrix</artifactId> + <version>x.x.x</version> + <!-- use the same version as your Camel core version --> +</dependency> +---- + +For more information see the http://camel.apache.org/hystrix-eip.html[Hystrix EIP]