[
https://issues.apache.org/jira/browse/CXF-6622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andriy Redko updated CXF-6622:
------------------------------
Attachment: hystrix_cc_failover.patch
Hey Sergey,
I have wrapped up the basic implementation for failover feature based on
Hystrix circuit breakers implementation. There are a few minor configuration
changes to make but 90% of the implementation is done. The corner stone is
HystrixCircuitBreakerAdapter which basically is the required workaround to
access necessary package-private Hystrix methods (that is the only reason why I
decided to go with patch instead of commit). Please let me know what do you
think about that (I don't like it, personally), the patch is attached, all
tests are green.
What I am looking for at the moment is the alternative circuit breakers
implementation, possibly the one from cxf-circuit-switcher project, to replace
the Hystrix's one, with no hacks / workarounds involved. The core failover
logic would stay the same though (which is good).
Thanks a lot!
Best Regards,
Andriy Redko
> Enhance Failover Feature to support Netflix Hystrix
> ---------------------------------------------------
>
> Key: CXF-6622
> URL: https://issues.apache.org/jira/browse/CXF-6622
> Project: CXF
> Issue Type: New Feature
> Reporter: Sergey Beryozkin
> Assignee: Andriy Redko
> Fix For: NeedMoreInfo
>
> Attachments: hystrix_cc_failover.patch
>
>
> The interest in supporting Netflix Hystrix in CXF grows
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)