Skip to content
New issue

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

feat(1.20): update to golang 1.20 and IBM sarama #25

Closed

Conversation

ecoupal-believe
Copy link

I needed to add tls for sasl with my msk cluster. I also updated versions.

case "sha512":
clientConfig.Net.SASL.SCRAMClientGeneratorFunc = func() sarama.SCRAMClient { return &XDGSCRAMClient{HashGeneratorFcn: SHA512} }
clientConfig.Net.SASL.Mechanism = sarama.SASLTypeSCRAMSHA512
clientConfig.Net.TLS.Enable = true
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe moving into if k.Context.UseTLS { makes more sense?

@snakeice snakeice closed this Aug 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants