Skip to content

Commit

Permalink
Patch kafka docs (close #306)
Browse files Browse the repository at this point in the history
  • Loading branch information
colmsnowplow committed Feb 2, 2024
1 parent fda1082 commit fd5bea3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/docs/configuration/sources/kafka-full-example.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ source {
sasl_username = "mySaslUsername"
sasl_password = env.SASL_PASSWORD

# The SASL Algorithm to use: "sha512" or "sha256" (default: "sha512")
# The SASL Algorithm to use: "plaintext", "sha512" or "sha256" (default: "sha512")
sasl_algorithm = "sha256"

# The optional certificate file for client authentication
Expand Down
2 changes: 1 addition & 1 deletion assets/docs/configuration/targets/kafka-full-example.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ target {
sasl_username = "mySaslUsername"
sasl_password = env.SASL_PASSWORD

# The SASL Algorithm to use: "sha512" or "sha256" (default: "sha512")
# The SASL Algorithm to use: "plaintext", "sha512" or "sha256" (default: "sha512")
sasl_algorithm = "sha256"

# The optional certificate file for client authentication
Expand Down

0 comments on commit fd5bea3

Please sign in to comment.