Kafka component Spring boot auto configuration

2018-12-04 Thread Yoshimo
Hello Camel users, I am trying to auto configure the Kafka component using spring boot, but the configuration is not working. More specifically I am following this page: https://github.com/apache/camel/blob/master/components/camel-kafka/src/main/docs/kafka-component.adoc and I am trying to set

Re: Kafka component Spring boot auto configuration

2018-12-05 Thread Yoshimo
el, Kafka and SB are you using? > > On Tue, Dec 4, 2018 at 8:59 AM Yoshimo yosh...@protonmail.com.invalid wrote: > > > Hello Camel users, > > I am trying to auto configure the Kafka component using spring boot, but > > the configuration is not working. More specif

Re: Kafka component Spring boot auto configuration

2018-12-05 Thread Yoshimo
, Claus Ibsen wrote: > Hi > > Can you post your yaml configuration of how you try to configure this > kafka value deserializer > On Wed, Dec 5, 2018 at 11:36 AM Yoshimo yosh...@protonmail.com wrote: > > > Hello Claus, > > thank you for looking into this. > > Camel: 2

Re: Kafka component Spring boot auto configuration

2018-12-05 Thread Yoshimo
‐‐‐ On Wednesday, 5 December 2018 14:17, Claus Ibsen wrote: > On Wed, Dec 5, 2018 at 12:56 PM Yoshimo yosh...@protonmail.com wrote: > > > Here is what I add to my yaml file: > > camel.component.kafka.configuration.

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: Kafka component Spring boot auto configuration

2018-12-06 Thread Yoshimo
does the spring-boot magic > > --- > > Luca Burgazzoli > On Thu, Dec 6, 2018 at 9:54 AM Yoshimo yosh...@protonmail.com.invalid wrote: >