|
@@ -175,7 +175,7 @@ type Config struct {
|
|
|
|
|
|
Min int32
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
@@ -292,7 +292,7 @@ func NewConfig() *Config {
|
|
|
c.Producer.Return.Errors = true
|
|
|
|
|
|
c.Consumer.Fetch.Min = 1
|
|
|
- c.Consumer.Fetch.Default = 32768
|
|
|
+ c.Consumer.Fetch.Default = 1024 * 1024
|
|
|
c.Consumer.Retry.Backoff = 2 * time.Second
|
|
|
c.Consumer.MaxWaitTime = 250 * time.Millisecond
|
|
|
c.Consumer.MaxProcessingTime = 100 * time.Millisecond
|