We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3049a65 commit 886284fCopy full SHA for 886284f
README.md
@@ -669,7 +669,7 @@ if err != nil {
669
// it's generally best to create a few of these and share them across your
670
// application.
671
sharedTransport := &kafka.Transport{
672
- SASLMechanism: mechanism,
+ SASL: mechanism,
673
}
674
675
w := kafka.Writer{
@@ -692,7 +692,7 @@ if err != nil {
692
693
694
695
696
697
698
client := &kafka.Client{
0 commit comments