Camel Route properties Override #32867
viniciusfcf
started this conversation in
Community
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
After develop some Camel route with Quarkus, I thought: Override properties in the routes should be more cloud native.
If I have the following route, I cant override any properties without modify my source code:
Nowadays to override anything I need to create properties like:
and define all values in my application.properties file:
how could be:
application.properties:
What do you think?
Beta Was this translation helpful? Give feedback.
All reactions