davsclaus opened a new pull request, #25109: URL: https://github.com/apache/camel/pull/25109
_Claude Code on behalf of davsclaus_ ## Summary - Add a `configuration` JSON object to the Resilience4j dev console (`ResilienceConsole`) exposing circuit breaker, bulkhead, and timeout configuration - Add a `configuration` JSON object to the MicroProfile Fault Tolerance dev console (`FaultToleranceConsole`) exposing the same categories of configuration Previously both consoles only reported runtime metrics (state, call counts, failure rate). The new `configuration` block makes it clear what settings the circuit breaker is running with, separate from the runtime observations. ## Test plan - [x] Both modules build successfully - [x] Configuration details are nested under a `"configuration"` key to clearly separate them from runtime metrics - [x] Bulkhead/timeout sub-options only included when the respective feature is enabled Co-Authored-By: Claude Opus 4.6 <[email protected]> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
