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.
2 parents 03d8c6d + 58db050 commit 170c252Copy full SHA for 170c252
kafka/connection_helper.go
@@ -76,7 +76,7 @@ func saramaClientConfig(opts *options.Options) *sarama.Config {
76
case sarama.SASLTypeGSSAPI:
77
clientConfig.Net.SASL.Mechanism = sarama.SASLTypeGSSAPI
78
switch opts.SASLGSSAPIAuthType {
79
- case "USER_AUTH:":
+ case "USER_AUTH":
80
clientConfig.Net.SASL.GSSAPI.AuthType = sarama.KRB5_USER_AUTH
81
case "KEYTAB_AUTH":
82
clientConfig.Net.SASL.GSSAPI.AuthType = sarama.KRB5_KEYTAB_AUTH
0 commit comments