Versions Compared

Key

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

...

  • Use bounded memory pool to control memory usage (KIP-72):

    While this might be the best way to handle that on the server side it's unclear if this would suit the client well. First, it's pretty complicated and while on the server that's acceptable for robustness, on the client side, simplicity and ease of configuration might be more important. Also this works well on the server side because the server doesn't know what sort of requests it will receive, the client usually Usually the client has a rough idea of about how many brokers partitions it will be connected too hence of many fetches it will do in parallel. subscribed to so it's easier to size this new value.