[
https://issues.apache.org/jira/browse/CAMEL-6484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen resolved CAMEL-6484.
--------------------------------
Resolution: Won't Fix
> Failover Load Balancer - Make it easier to extend and choose the processor to
> use for regular and for failover
> --------------------------------------------------------------------------------------------------------------
>
> Key: CAMEL-6484
> URL: https://issues.apache.org/jira/browse/CAMEL-6484
> Project: Camel
> Issue Type: Improvement
> Components: camel-core
> Reporter: Claus Ibsen
> Priority: Minor
> Fix For: Future
>
>
> See nabble
> http://camel.465427.n5.nabble.com/Sticky-load-balancer-and-failover-support-tp5734295p5734620.html
> We should have some protected methods end users can use to control which
> processor to use
> Maybe something like:
> {code}
> Processor chooseProcessor(int index);
> Processor chooseFailoverProcessor(int index, Exception cause);
> {code}
> Though would need to take a closer look in the failover loadbalancer source
> code to find the better method singatures. But the idea is to have 2 methods
> for end users to override and impl custom logic.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)