Hello,
Do you have any "Kafka Producer" driver that uses SSL to connect to a kafka bus in the present?
Thank you.
Best regards
Bruno Sousa
Bruno Sousa [DevOps Advocate] Selected answer as best 22nd November 2023
Hi Bruno
The current version of the Kafka producer connector supports only the SASL SSL security protocol for communication with Kafka brokers. In this configuration, SSL is used as security protocol, and the SASL mechanism 'PLAIN' is utilized for authentication, requiring the use of credentials, specifically a username and password, to authenticate with the Kafka broker.
Regards,
Bruno Sousa [DevOps Advocate] Selected answer as best 22nd November 2023
Hi Tiago
Thank you for the feedback!
Best regards
Bruno Sousa