RE: Springboot creating new Kakfa components

2021-07-20 Thread Ajmera, Hemang C
the question still remains, how to update springboot component using our custom code before starting camel routes. Thanks and Regards, Hemang Ajmera -Original Message- From: Mark Nuttall Sent: 16 July 2021 20:08 To: users@camel.apache.org Subject: Re: Springboot creating new Kakfa

Re: Springboot creating new Kakfa components

2021-07-16 Thread Mark Nuttall
Fyi, using Spring Boot and/or Camel, you can and should specify kafka properties in property / yaml files. You dont need to create a Kafka Component. Spring/Camel will do that for you. That is what they do. That way it will be configured correctly. https://docs.spring.io/spring-boot/docs/current/r

RE: Springboot creating new Kakfa components

2021-07-16 Thread Ajmera, Hemang C
PLAINTEXT" saslMechanism -> GSSAPI" kerberosPrincipalToLocalRules -> "DEFAULT" This looks like a bug somewhere in code. Thanks and Regards, Hemang Ajmera From: Ajmera, Hemang C Sent: 15 July 2021 20:40 To: users@camel.apache.org Subject: Springboot creating new Kakfa comp

Springboot creating new Kakfa components

2021-07-15 Thread Ajmera, Hemang C
Hi I am configuring kafka component using some default values configured via springboot configurations. This code works fine for camel 3.4.5, however it is not working with camel 3.11.0. I checked the migration documents, but didn't find anything significant. When I check the output, kakfa is