gnodet opened a new pull request, #23419:
URL: https://github.com/apache/camel/pull/23419

   ## Summary
   
   - Fix `doActionTraceTask()` in `LocalCliConnector` to forward the `dump` 
parameter to `TraceDevConsole`
   - Without this, requesting a trace dump via action file IPC only returned 
status metadata (enabled, counter, queueSize) instead of the actual traced 
messages
   
   The `TraceDevConsole` already supports the `dump` parameter — the periodic 
`traceTask()` uses it correctly via `Map.of("dump", "true")`. The action 
handler simply never wired it through.
   
   ## Test plan
   
   - [x] `mvn install -B -pl dsl/camel-cli-connector -DskipTests` builds clean
   - [ ] Manual: enable tracing, send messages, call trace dump via action file 
— verify traced messages are returned


-- 
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]

Reply via email to