Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This KIP introduces a new server configuration parameter, queued.max.bytes, that would specify a limit on the volume of requests that can be held in memory. This configuration parameter can either replace will co-exist with the existing queued.max.requests completely, or co-exist with it (by way of either-or or respecting (the code will respect both bounds and not picking up new requests when either is hit).

...