[GitHub] [camel-karavan] davsclaus commented on issue #511: How to configure Auto Startup in a route using Env variable?

2023-04-23 Thread via GitHub
davsclaus commented on issue #511: URL: https://github.com/apache/camel-karavan/issues/511#issuecomment-1519105300 > @davsclaus are placeholders (properties or ENV VARs) supported for every parameters that are type=string in catalog? Yes they are -- This is an automated message

[GitHub] [camel-karavan] davsclaus commented on issue #511: How to configure Auto Startup in a route using Env variable?

2023-04-05 Thread via GitHub
davsclaus commented on issue #511: URL: https://github.com/apache/camel-karavan/issues/511#issuecomment-1497355671 Yes @mgubaidullin you can find out via camel-catalog model files, eg In camelYamlDsl.json you have ``` "org.apache.camel.model.RouteDefinition" : {

[GitHub] [camel-karavan] davsclaus commented on issue #511: How to configure Auto Startup in a route using Env variable?

2022-12-14 Thread GitBox
davsclaus commented on issue #511: URL: https://github.com/apache/camel-karavan/issues/511#issuecomment-1352101570 We would need to enrich the camel-yaml-dsl schema with information which options can have a string property placeholder as well (or check via camel-catalog) and then Karavan

[GitHub] [camel-karavan] davsclaus commented on issue #511: How to configure Auto Startup in a route using Env variable?

2022-12-14 Thread GitBox
davsclaus commented on issue #511: URL: https://github.com/apache/camel-karavan/issues/511#issuecomment-1352100028 The yaml DSL is in some areas more basic in this area and offer boolean, int, types that otherwise in Java DSL is more rich and allow to use property placeholders for many