Camel Fault Tolerance from MicroProfile not working in Native mode #43072
Replies: 6 comments 6 replies
-
Beta Was this translation helpful? Give feedback.
-
For the record, the GitHub repo https://github.com/MikaelAnderssonWigander/fault-tolerance-camel doesn't contain any source code. I'm not sure what Camel does with SmallRye Fault Tolerance, and I'm not sure who would the proper contact person be. CC @ppalaga |
Beta Was this translation helpful? Give feedback.
-
It would be nice! What would be the point of fixing something that does not do anything useful? Your reproducer can eventually be transformed to a test so a route that shows the behavior would be nice. |
Beta Was this translation helpful? Give feedback.
-
Code added… Same outcome… |
Beta Was this translation helpful? Give feedback.
-
Added a new branch, |
Beta Was this translation helpful? Give feedback.
-
Hi. This error has reappeared in 3.16.3. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
In my Camel Quarkus application I'd like to use Camels Circuit breaker EIP together with their implementation of Fault Tolerance from MicroProfile.
https://camel.apache.org/components/4.4.x/eips/fault-tolerance-eip.html
However this extension is not working when compiling to native mode.
Any ideas if this is something that can be fixed with
additional-build-args
or if it is a feature in Camels implementation?Link to repo for ref:
https://github.com/MikaelAnderssonWigander/fault-tolerance-camel
#NOTE: no code needed, just build with -Pnative
If code is required, please let me know and I'll put it some but it will give the same result
Environment:
Java version: 22.0.1+8, vendor version: Oracle GraalVM 22.0.1+8.1
Graal compiler: optimization level: 2, target machine: x86-64-v3, PGO: off
C compiler: cc (apple, x86_64, 15.0.0)
Thx
Beta Was this translation helpful? Give feedback.
All reactions