I am trying to integrate Mule application with Kafka using SASL-SSL-Security-protocol (SCRAM-SHA-512). Below knowledge article from Mulesoft says (Only Kafka connector version 3.0.6, 3.0.7, 3.0.8, 3.0.9 and 3.0.10 support SASL_SSL security protocol with GSSAPI mechanism. The current Kafka connector version 4.0.0 doesn't support SASL_SSL as there is a known issue SE-15680.). Here is the link to that article
Is that the issue still exists (Latest Kafka connector I am seeing from Mulesoft release note is 4.4.0). https://docs.mulesoft.com/release-notes/connector/kafka-connector-release-notes-mule-4
If someone clarify that would be really great. I tried looking for the fix(SE-15680) in the release notes and could not get one. We do have lot of applications planned to develop Mule integrating with Kafka with SASL-SSL-security-protocol (SCRAM-SHA-512)
SASL/GSSAPI support was added in the Kafka connector version 4.2.0. It is recommended to use the last release though.