Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.0
-
None
Description
When Camel builds the runtime route path it interleave the route with a Channel which have a reference to the route model entity it represents.
However the reference points to a too coarse grained model. It should drill down the model and match more precisely the processor.
This happens for models that creates child processors.
On top of that it should also help the tracer to diagnose where it is without having custom logic implemented to determine this based on the previously coarse grained model it could denote from the Channel.
Attachments
Issue Links
- is depended upon by
-
CAMEL-1941 Tracer - when using try its not logged correclty
- Closed
-
CAMEL-2172 Tracer - Let it output marker events for onException, doTry, doCatch, doFinally to have these noop events in the tracelog
- Closed
-
CAMEL-2173 Tracer - Aggregated Exchanges sent out should have its fromNode pointing to the Aggregator and not the fromEndpoint
- Closed