Skip to content

Commit

Permalink
Fix options delimiter (#540)
Browse files Browse the repository at this point in the history
  • Loading branch information
vadimalekseev authored Nov 3, 2023
1 parent 458c678 commit beb2d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/output/kafka/kafka.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ type Config struct {
// > @3@4@5@6
// >
// > SASL mechanism to use.
SaslMechanism string `json:"sasl_mechanism" default:"SCRAM-SHA-512" options:"PLAIN,SCRAM-SHA-256,SCRAM-SHA-512"` // *
SaslMechanism string `json:"sasl_mechanism" default:"SCRAM-SHA-512" options:"PLAIN|SCRAM-SHA-256|SCRAM-SHA-512"` // *

// > @3@4@5@6
// >
Expand Down

0 comments on commit beb2d16

Please sign in to comment.