Skip to content

Commit

Permalink
docs: clarify max limit (none)
Browse files Browse the repository at this point in the history
Co-authored-by: Israel Blancas <[email protected]>
  • Loading branch information
cxdy and iblancasa committed Aug 27, 2024
1 parent 63ec620 commit e102f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion receiver/kafkareceiver/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ type Config struct {
MinFetchSize int32 `mapstructure:"min_fetch_size"`
// The default bytes per fetch from Kafka (default "1048576")
DefaultFetchSize int32 `mapstructure:"default_fetch_size"`
// The maximum bytes per fetch from Kafka (default "0")
// The maximum bytes per fetch from Kafka (default "0", no limit)
MaxFetchSize int32 `mapstructure:"max_fetch_size"`
}

Expand Down

0 comments on commit e102f2a

Please sign in to comment.