Generic Kafka Producer —> AWS MSK broker (Authentication?)
13th March 2026
Hi For SASL authentication, Kafka supports mechanisms such as GSSAPI, PLAIN, SCRAM-SHA-256, SCRAM-SHA-512, and OAUTHBEARER. In the current connector version, SASL authentication uses the PLAIN mechanism with username and password. …