We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
aws msk 的SASL/SCRAM 身份验证 认证方式,需要设置SASL设置为SCRAM-SHA-512,可否在config增加该配置项?
在sarama.go中增加
if conf.Username != "" || conf.Password != "" { kfk.Net.SASL.Enable = true kfk.Net.SASL.User = conf.Username kfk.Net.SASL.Password = conf.Password # 增加 kfk.Net.SASL.Mechanism = conf.Mechanism }
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Why this feature?
aws msk 的SASL/SCRAM 身份验证 认证方式,需要设置SASL设置为SCRAM-SHA-512,可否在config增加该配置项?
Suggested Solution
在sarama.go中增加
Additional Information
No response
The text was updated successfully, but these errors were encountered: