You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- New `redpanda_migrator_offsets` input.
- Field `kafka_offset_metadata` added to the `redpanda_migrator_offsets` output.
Signed-off-by: Mihai Todor <[email protected]>
Description("A rack specifies where the client is physically located and changes fetch requests to consume from the closest replica as opposed to the leader replica.").
61
+
Default("").
62
+
Advanced(),
63
+
service.NewStringField(rmoiFieldFetchMaxBytes).
64
+
Description("Sets the maximum amount of bytes a broker will try to send during a fetch. Note that brokers may not obey this limit if it has records larger than this limit. This is the equivalent to the Java fetch.max.bytes setting.").
65
+
Advanced().
66
+
Default("50MiB"),
67
+
service.NewStringField(rmoiFieldFetchMinBytes).
68
+
Description("Sets the minimum amount of bytes a broker will try to send during a fetch. This is the equivalent to the Java fetch.min.bytes setting.").
Description("Sets the maximum amount of bytes that will be consumed for a single partition in a fetch request. Note that if a single batch is larger than this number, that batch will still be returned so the client can make progress. This is the equivalent to the Java fetch.max.partition.bytes setting.").
0 commit comments