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

users@camel.apache.org

2021-07-16 Thread Pasquale Congiusti
Hi there, you can try to urlencode the problematic characters and see if it solves. Pasquale. On Fri, Jul 16, 2021 at 12:39 PM EIBL Florian (ICS460-BAI) < florian.e...@spar-ics.com> wrote: > Hello, > > > > I‘m using Camel v3.10.0 and openjdk 14.0.1 > > > > Camel has a problem building this route

RE: Springboot creating new Kakfa components

2021-07-16 Thread Ajmera, Hemang C
Hi I did further investigation and noticed that only below five fields are switching values before kafka endpoint is created. Here is the new values in KafkaConfiguration which it uses allowManualCommit -> false sslEndpointAlgorithm -> "https" securityProtocol -> "PLAINTEXT" saslMechanism -> G