ballerina-platform / ballerina-library

The Ballerina Library
https://ballerina.io/learn/api-docs/ballerina/
Apache License 2.0
137 stars 58 forks source link

Add SASL-SCRAM authentication support #6766

Closed dilanSachi closed 2 months ago

dilanSachi commented 2 months ago

Description: Most of the existing cloud kafka solutions required SASL-SCRAM authentication method instead of PLAINTEXT. Ballerina kafka client currently only supports plaintext. So we need our clients to support this method as well.