Skip to content

Commit

Permalink
omitEmpty for AWS Enabled.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tang8330 committed Jul 8, 2024
1 parent 8d540a6 commit 993b087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ type Kafka struct {
BootstrapServers string `yaml:"bootstrapServers"`
TopicPrefix string `yaml:"topicPrefix"`
// Optional
AwsEnabled bool `yaml:"awsEnabled"`
AwsEnabled bool `yaml:"awsEnabled,omitempty"`
PublishSize uint `yaml:"publishSize,omitempty"`
MaxRequestSize uint64 `yaml:"maxRequestSize,omitempty"`
// If username and password are passed in, we'll use SCRAM w/ SHA512.
Expand Down

0 comments on commit 993b087

Please sign in to comment.