Skip to content

Commit

Permalink
feat(output/kafka): fix config.
Browse files Browse the repository at this point in the history
  • Loading branch information
00x-dx committed Oct 18, 2023
1 parent 5718e0d commit b48ebb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/output/kafka/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type Config struct {
FlushMessages int `yaml:"flushMessages" default:"500"`
FlushBytes int `yaml:"flushBytes" default:"1000000"`
MaxRetries int `yaml:"maxRetries" default:"3"`
Compression CompressionStrategy `yaml:"compression" default:"snappy"`
Compression CompressionStrategy `yaml:"compression" default:"none"`
RequiredAcks RequiredAcks `yaml:"requiredAcks" default:"leader"`
Partitioning PartitionStrategy `yaml:"partitioning" default:"none"`
}
Expand Down

0 comments on commit b48ebb9

Please sign in to comment.