Hi Mickael, Thanks for the KIP. A quick comment on the rejected alternative of using a bounded memory pool:
"While this might be the best way to handle that on the server side it's unclear if this would suit the client well. Usually the client has a rough idea about how many partitions it will be subscribed to so it's easier to size the maximum number of concurrent fetches." I think this should be discussed in more detail. The producer (a client) uses a `BufferPool`, so we should also explain why the consumer should follow a different approach. Also, with KIP-74, the number of partitions is less relevant than the number of brokers with partitions that a consumer is subscribed to (which can change as the Kafka cluster size changes). I think it's also worth separating implementation from the config options. For example, one could configure a memory limit with an implementation that limits the number of concurrent fetches or uses a bounded memory pool. Are there other good reasons to have an explicit concurrent fetches limit per consumer config? If so, it would be good to mention them in the KIP. Ismael On Mon, Oct 10, 2016 at 2:41 PM, Mickael Maison <mickael.mai...@gmail.com> wrote: > Hi all, > > I would like to discuss the following KIP proposal: > https://cwiki.apache.org/confluence/display/KAFKA/KIP-81%3A+ > Max+in-flight+fetches > > > Feedback and comments are welcome. > Thanks ! > > Mickael >