JiriOndrusek commented on PR #7605:
URL: https://github.com/apache/camel/pull/7605#issuecomment-1125943874

   @davsclaus I started to work on random EIP (wireTap), but I'm facing a 
problem (probably because I'm missing some type of configuratio)
   
   -  In PollEnrich case, as you can see i. e. 
[here](https://github.com/apache/camel/blob/main/core/camel-core-model/src/main/java/org/apache/camel/model/ProcessorDefinition.java#L3129),
 PollEnricher saves raw url as expression and evaluates it later
   - WireTapReifier (ad probably other reifiers) handles rawUri like an uri, as 
you can see i.e. 
[here](https://github.com/apache/camel/blob/main/core/camel-core-reifier/src/main/java/org/apache/camel/reifier/WireTapReifier.java#L59),
 therefore it is not **evaluated**
   
   I'm probably missing some kind of configuration, which will switch `wireTap` 
to dynamic. Do you have an idea how it can be achieved?


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