DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
- Introduce new
remote.max.partition.fetch.bytesconsumer config, with default value to null. If not configured, fallback to usemax.partition.fetch.bytesvalue. - Bump FetchRequest to v18 to add the
RemotePartitionMaxBytesfield to propagate the value configured on the consumer to the broker.
...
If the remote.max.partition.fetch.bytes is not configured / FETCH request is from the old client, then it fallbacks to the use the max.partition.fetch.bytes config.
Compatibility, Deprecation, and Migration Plan
...