Reload property inside proccessor #1448
Unanswered
samar-elsayed
asked this question in
Q&A
Replies: 1 comment
-
application.properties file should not change in runtime |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
I am using the below to access the property from application.properties from the context inside the proccessor
exchange.getContext().resolvePropertyPlaceholders("{{property}}")
how can I reload this property automatically if it has been changed inside application.properties ?
I have tried
camel.main.context-reload-enabled = true
but the property change wont reflected/reloadedSteps to reproduce the behavior
same as above
Variant
Vs Code Extension
Container Management (if applicable)
None
Operating System (if applicable)
None
Version
4.8.0
Relevant log output
No response
Beta Was this translation helpful? Give feedback.
All reactions