We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d9f249b + 095b45a commit 54a84a7Copy full SHA for 54a84a7
1 file changed
config.go
@@ -483,7 +483,7 @@ func NewConfig() *Config {
483
c.Consumer.Fetch.Min = 1
484
c.Consumer.Fetch.Default = 1024 * 1024
485
c.Consumer.Retry.Backoff = 2 * time.Second
486
- c.Consumer.MaxWaitTime = 250 * time.Millisecond
+ c.Consumer.MaxWaitTime = 500 * time.Millisecond
487
c.Consumer.MaxProcessingTime = 100 * time.Millisecond
488
c.Consumer.Return.Errors = false
489
c.Consumer.Offsets.AutoCommit.Enable = true
0 commit comments