https://github.com/codesmell/camel-route-policy
Apache Camel Route Policy that acts as Circuit Breaker on the from Endpoint
https://github.com/codesmell/camel-route-policy
apache-camel circuit-breaker
Last synced: 7 months ago
JSON representation
Apache Camel Route Policy that acts as Circuit Breaker on the from Endpoint
- Host: GitHub
- URL: https://github.com/codesmell/camel-route-policy
- Owner: CodeSmell
- Created: 2017-01-10T23:29:54.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-16T22:10:12.000Z (about 8 years ago)
- Last Synced: 2025-02-16T09:20:27.491Z (about 1 year ago)
- Topics: apache-camel, circuit-breaker
- Language: Java
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Camel Route Policy: Endpoint Circuit Breaker
Initial code as proof concept for creating a Circuit Breaker EIP implementation that would stop reading from an endpoint on a Camel Route if an error threshold was met.
The initial capability is available in Camel 2.19
- see [CAMEL-10718](https://issues.apache.org/jira/browse/CAMEL-10718)
The `keepOpen` capability is available in Camel 2.21
- see [CAMEL-12125](https://issues.apache.org/jira/browse/CAMEL-12125)
- see [CAMEL-12133](https://issues.apache.org/jira/browse/CAMEL-12133)
More details on how it works can be found [here](https://theagilejedi.wordpress.com/2017/05/11/yet-another-camel-circuit-breaker/)