Re: Kafka component Spring boot auto configuration

2018-12-06 Thread Yoshimo
Indeed, I added it and it works! Thank you very much! ‐‐‐ Original Message ‐‐‐ On Thursday, 6 December 2018 11:03, Luca Burgazzoli wrote: > I think you only need to add camel-kafka-starter as a dependency to > make it working. > Every component has a related starter that does the sprin

Re: Kafka component Spring boot auto configuration

2018-12-06 Thread Luca Burgazzoli
I think you only need to add camel-kafka-starter as a dependency to make it working. Every component has a related starter that does the spring-boot magic --- Luca Burgazzoli On Thu, Dec 6, 2018 at 9:54 AM Yoshimo wrote: > > I have created a demo project which demonstrates the issue. The issue is

Re: Kafka component Spring boot auto configuration

2018-12-06 Thread Yoshimo
I have created a demo project which demonstrates the issue. The issue is in application.properties file and in TestRoute class. https://drive.google.com/file/d/1PDZj5tNXqqr0EjB07wluLiwy4ACK1eiP/view?usp=sharing ‐‐‐ Original Message ‐‐‐ On Thursday, 6 December 2018 10:41, Yoshimo wrote:

Re: using springdsl instead of javadsl with file path

2018-12-06 Thread Claus Ibsen
On Wed, Dec 5, 2018 at 2:23 PM Wang Yan wrote: > > it seems only support keyword classpath but not file > > camel.springboot.xmlRoutes: classpath:camel/*.xml > Maybe it does, you are welcome to dive into the source code and take a look at it. And also to log a JIRA ticket to ask for file: suppo