Re: KafkaComponent: Authentication failed

2020-03-26 Thread Pasquale Congiusti
> disadvantages, e. g. just able to address one Kafka cluster, not able to > use the Spring Azure Key Vault integration, ... > > Cheers, > Andreas > > -Original Message- > From: Pasquale Congiusti > Sent: Dienstag, 24. März 2020 16:30 > To: users@camel.apache

RE: KafkaComponent: Authentication failed

2020-03-25 Thread Klug Andreas (CI/OSI3)
org Subject: Re: KafkaComponent: Authentication failed Hey Andreas, Could it be possible you're trying to use TLS over a PLAINTEXT broker? I can see your broker is running PLAINTEXT default port (9092), while typically the SSL is run over 9093. Cheers, Pasquale. On Tue, Mar 24, 2020 at 11:23

Re: KafkaComponent: Authentication failed

2020-03-24 Thread Pasquale Congiusti
Hey Andreas, Could it be possible you're trying to use TLS over a PLAINTEXT broker? I can see your broker is running PLAINTEXT default port (9092), while typically the SSL is run over 9093. Cheers, Pasquale. On Tue, Mar 24, 2020 at 11:23 AM Klug Andreas (CI/OSI3) wrote: > Hello everybody,

KafkaComponent: Authentication failed

2020-03-24 Thread Klug Andreas (CI/OSI3)
Hello everybody, I'm facing an issue with Camel 2.25.0 and Spring Boot 2.2.5 (as well with Camel 2.22.1 with Spring Boot 2.0.7) running on OpenJDK 8u242 within Docker (Azure container instances). Utilizing the Kafka component I'm producing messages with the following statement .recipi