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/14 16:08:00 UTC

[jira] [Commented] (CAMEL-14182) Hystrix EIP in model should be neutral and allow plugin for other implementations

    [ https://issues.apache.org/jira/browse/CAMEL-14182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16974389#comment-16974389 ] 

Claus Ibsen commented on CAMEL-14182:
-------------------------------------

There is need to make hystrix EIP neutral as circuitBreaker() so we can plugin different implementations. And then have each of them with their own set of configurations

{code}
circuitBreaker()
    hystrix().... // config here
        ...
onFallback()
    ..
end()
{code}

And then you can use resillient4j

{code}
circuitBreaker()
    resillient4j().... // config here
        ...
onFallback()
    ..
end()
{code}


> Hystrix EIP in model should be neutral and allow plugin for other implementations
> ---------------------------------------------------------------------------------
>
>                 Key: CAMEL-14182
>                 URL: https://issues.apache.org/jira/browse/CAMEL-14182
>             Project: Camel
>          Issue Type: New Feature
>          Components: camel-core, eip
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Major
>             Fix For: 3.0.0
>
>




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