You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2017/04/13 08:52:02 UTC

camel git commit: Add minimal doc for camel-hystrix

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 <lb...@gmail.com>
Authored: Thu Apr 13 10:51:25 2017 +0200
Committer: lburgazzoli <lb...@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]


Re: camel git commit: Add minimal doc for camel-hystrix

Posted by Claus Ibsen <cl...@gmail.com>.
We should not refer to that old wiki link but the adoc file from camel-core.



On Thu, Apr 13, 2017 at 10:52 AM,  <lb...@apache.org> wrote:
> 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 <lb...@gmail.com>
> Authored: Thu Apr 13 10:51:25 2017 +0200
> Committer: lburgazzoli <lb...@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]
>



-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2