Skip to content

Commit 3fad210

Browse files
authored
fixed JVM's config name corresponding to MaxWaitTime (#2893)
Signed-off-by: abhipranay <[email protected]>
1 parent 0ab2bb7 commit 3fad210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ type Config struct {
387387
// default is 250ms, since 0 causes the consumer to spin when no events are
388388
// available. 100-500ms is a reasonable range for most cases. Kafka only
389389
// supports precision up to milliseconds; nanoseconds will be truncated.
390-
// Equivalent to the JVM's `fetch.wait.max.ms`.
390+
// Equivalent to the JVM's `fetch.max.wait.ms`.
391391
MaxWaitTime time.Duration
392392

393393
// The maximum amount of time the consumer expects a message takes to

0 commit comments

Comments
 (0)