This is an automated email from the ASF dual-hosted git repository.
apupier pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
from ef653a377b8c CAMEL-24924: camel-core - Complete the exchange without
processors like the other load balancers do
new fd4c5603c6ca CAMEL-24922: camel-core - Sticky failover without round
robin should also try the endpoints before the last good one
new 55f17fb9e468 CAMEL-24922: camel-core - Test sticky failover wrap
around with maximumFailoverAttempts
new 80210ce04b23 CAMEL-24922: camel-core - Stop sticky failover by
counting the endpoints tried
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../loadbalancer/FailOverLoadBalancer.java | 16 ++
.../processor/FailoverStickyWrapAroundTest.java | 193 +++++++++++++++++++++
2 files changed, 209 insertions(+)
create mode 100644
core/camel-core/src/test/java/org/apache/camel/processor/FailoverStickyWrapAroundTest.java