David Jacot
David Jacot
Perhaps a naive question but does the fetch request to close the session fetches any records? Or does it just close the session and return?
Do we have an existing KIP to cover this?
I am not sure about it. In highly loaded system with a lot of connections, this will result in flooding the logs. This is even worst if there are rogue...
@mdedetrich Thanks for the PR. As this changes a bit the semantic of the configuration, we might need a small KIP for it. Have you considered doing one?
Yeah... I would say that this one is a bit on the edge. I feel like we need a small KIP because the semantic of the configuration changes with your...
@zigarn Thanks for the PR. Adding a new command line argument requires a KIP. The process is described here: https://cwiki.apache.org/confluence/display/KAFKA/Kafka+Improvement+Proposals.
@zigarn Could you update the PR to reflect the latest version of the KIP? It looks like the argument names are not correct.
@LatentLag Thanks for the PR. I think that we would need a KIP for adding those because I suppose that we consider them as public interfaces. The process is described...
@methodmissing Thanks for the PR. Could you elaborate a little more on the motivation for this change? Also, don't we need to extend the `AuthorizableRequestContext` if you want to get...
@methodmissing I forgot to mention that `AuthorizableRequestContext` is a public interface so we need a KIP for this change. The process is described here: https://cwiki.apache.org/confluence/display/KAFKA/Kafka+Improvement+Proposals.