Skip to content

Commit ed11e13

Browse files
colmsnowplowoguzhanunlu
authored andcommitted
Patch kafka docs (close #306)
1 parent 2ca47bf commit ed11e13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

assets/docs/configuration/sources/kafka-full-example.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ source {
3131
sasl_username = "mySaslUsername"
3232
sasl_password = env.SASL_PASSWORD
3333

34-
# The SASL Algorithm to use: "sha512" or "sha256" (default: "sha512")
34+
# The SASL Algorithm to use: "plaintext", "sha512" or "sha256" (default: "sha512")
3535
sasl_algorithm = "sha256"
3636

3737
# The optional certificate file for client authentication

assets/docs/configuration/targets/kafka-full-example.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ target {
3535
sasl_username = "mySaslUsername"
3636
sasl_password = env.SASL_PASSWORD
3737

38-
# The SASL Algorithm to use: "sha512" or "sha256" (default: "sha512")
38+
# The SASL Algorithm to use: "plaintext", "sha512" or "sha256" (default: "sha512")
3939
sasl_algorithm = "sha256"
4040

4141
# The optional certificate file for client authentication

0 commit comments

Comments
 (0)