We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c8ad45 commit 602b943Copy full SHA for 602b943
pkg/kafka/auth/config.go
@@ -36,6 +36,7 @@ var authTypes = []string{
36
none,
37
kerberos,
38
tls,
39
+ plaintext,
40
}
41
42
// AuthenticationConfig describes the configuration properties needed authenticate with kafka cluster
0 commit comments