Hi all — quick question on the Generic KAFKA Producer connector. We’re configuring it with SASL (username/password) and the broker connection is failing with
,
Confluent.Kafka.KafkaException: Local: Broker transport failure
while a Kafka consumer using the same broker/creds works. In the Producer element UI we also see fields like Keystore Location, Keystore Password, and CA Certificate Location. Do these need to be filled in when using SASL, or only when the broker requires TLS (e.g., SASL_SSL)? If TLS is required, what’s the expected format/location for the cert/keystore on the DMA and which of those fields are mandatory?