We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ab2bb7 commit 3fad210Copy full SHA for 3fad210
config.go
@@ -387,7 +387,7 @@ type Config struct {
387
// default is 250ms, since 0 causes the consumer to spin when no events are
388
// available. 100-500ms is a reasonable range for most cases. Kafka only
389
// supports precision up to milliseconds; nanoseconds will be truncated.
390
- // Equivalent to the JVM's `fetch.wait.max.ms`.
+ // Equivalent to the JVM's `fetch.max.wait.ms`.
391
MaxWaitTime time.Duration
392
393
// The maximum amount of time the consumer expects a message takes to
0 commit comments