Skip to content

Commit

Permalink
config: update FetchMaxPartitionBytes docs for #148
Browse files Browse the repository at this point in the history
  • Loading branch information
twmb committed Mar 21, 2022
1 parent 23a1eb5 commit 35884be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kgo/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -1130,7 +1130,7 @@ func FetchMinBytes(b int32) ConsumerOpt {

// FetchMaxPartitionBytes sets the maximum amount of bytes that will be
// consumed for a single partition in a fetch request, overriding the default
// 10MiB. Note that if a single batch is larger than this number, that batch
// 1MiB. Note that if a single batch is larger than this number, that batch
// will still be returned so the client can make progress.
//
// This corresponds to the Java max.partition.fetch.bytes setting.
Expand Down

0 comments on commit 35884be

Please sign in to comment.