You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Jira)" <ji...@apache.org> on 2019/11/17 11:59:00 UTC

[jira] [Assigned] (CAMEL-13691) Add resilience4j circuit breaker

     [ https://issues.apache.org/jira/browse/CAMEL-13691?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen reassigned CAMEL-13691:
-----------------------------------

    Assignee: Claus Ibsen

> Add resilience4j circuit breaker
> --------------------------------
>
>                 Key: CAMEL-13691
>                 URL: https://issues.apache.org/jira/browse/CAMEL-13691
>             Project: Camel
>          Issue Type: New Feature
>          Components: eip
>            Reporter: Christoph Giera
>            Assignee: Claus Ibsen
>            Priority: Major
>             Fix For: 3.x
>
>
> Hystrix is no longer in active development, netflix uses resilience4j for new internal projects, seeĀ [https://github.com/Netflix/Hystrix#Hystrix%20Status]
> Camel should also add a resilience4j component/java dsl.
> Idea for java dsl: instead of adding resilience4j on the same level like hystrix add an additional level "circuitBreaker" with the childs hystrix, resilience4j...
> {noformat}
> from(endpoint)
> .circuitBreaker()
> .useHystrix()
> .to(endpoint)
> .endCircuitBreaker();{noformat}
> {noformat}
> from(endpoint)
> .circuitBreaker()
> .useResilience4j()
> .to(endpoint)
> .endCircuitBreaker();{noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)