Re: configuration value not injected for custom processor id

2019-09-23 Thread sujin sr
Hi Jan Bednář, I have done typo error while posting the question in the forum, In actual code i have used {{sample.route.myroute.processor.myprocessorid}} but it was not working. The code snippet I have posted was a sample of actual code. On Tue, 24 Sep 2019 at 01:06, Jan Bednář wrote: > Hi,

Re: configuration value not injected for custom processor id

2019-09-23 Thread Jan Bednář
Hi, you have probably meant to use {{sample.route.myroute.processor.myprocessorid}} Dne 23.9.2019 v 14:30 sujin sr napsal(a): Hi, I have a .yml file where all the route information has been defined, i have injected the value into the route. But injected value has been applied for route id

configuration value not injected for custom processor id

2019-09-23 Thread sujin sr
Hi, I have a .yml file where all the route information has been defined, i have injected the value into the route. But injected value has been applied for route id and autostartup but value not has been applied for custom processor id. I am using springboot to start the camel context example

Why is camel-kafka-starter excluding (transitive) dependency to Kafka artifacts (i.e. kafka-clients)?

2019-09-23 Thread Erik Boye
Hi, I am trying to figure out why camel-kafka-starter is excluding the transitive dependency to kafka-clients: https://github.com/apache/camel/blob/99c0a691f35868aa43c9c159e9076de0ea5e0c38/platforms/spring-boot/components-starter/camel-kafka-starter/pom.xml#L47 The whole idea with Spring Boot