lancerdima opened a new issue #1984:
URL: https://github.com/apache/camel-k/issues/1984


   What are the options to share state between multiple flows/routes in the 
context of single integration?
   
   My need basically boils down to this scenario:
   * capture a property to something like exchangeProperty, with set-property 
step
   * be able to use the same property, like ${exchangeProperty.prop} with 
simple language in another unrelated route in the same integration
   **Currently exchangeProprty is not retained.**
   It is expected that this can be done with pure Camel DSL - e.g. with YAML.
   
   I understand that this functionality can be achieved with the help of custom 
java bean, but I would like to avoid use of custom code.


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to