https://github.com/codesmell/camelexception
Camel Exception spike
https://github.com/codesmell/camelexception
Last synced: 9 months ago
JSON representation
Camel Exception spike
- Host: GitHub
- URL: https://github.com/codesmell/camelexception
- Owner: CodeSmell
- Created: 2020-05-20T21:42:59.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-12-27T16:40:00.000Z (about 1 year ago)
- Last Synced: 2025-04-21T02:26:46.801Z (11 months ago)
- Language: Java
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Camel Exception Spike
This application is built as part of a spike to test how Camel handled exceptions on the route. The main goal is to assess how error handling and offset management work.
Revamped this older project upgrading from Camel 2.x and Java 8 to Camel 4.x and Java 17
- the older version is in the `original-spike` branch
- the newer version is in the `main` branch
The old sample explored the following:
- handled vs unhandled exceptions
- exceptions that occur in the `onException`
This new sample now explores the following:s
- handled vs unhandled exceptions
- exceptions that occur in the `onException`
- exceptions that occur on a sub-route in another `RouteBuilder`
- approaches to managing these exceptions
- using the `RouteConfigurationBuilder`
- removing the `ErrorHandler`