Generic Kafka Producer: Do we need Keystore/CA fields when using SASL (user/pass)?
11th March 2026
Hi! No, the Keystore and CA certificate fields are not required when using plain SASL (SASL_PLAINTEXT). They are only required when the Kafka broker uses TLS encryption, such as SASL_SSL …