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,