Hi Michael, thanks for the KIP.
In addition to the deduplication logic, I wonder if we should also
consider introducing a pagination mechanism. Talking about ACLs, there
could be many rules for each user and we may have lots of users on big
clusters.
On Tue, Jan 31, 2023 at 3:58 PM Mickael Mais
Hi Tom,
Thanks for the feedback, you raised a few interesting points.
Regarding the response size issue: With some APIs, if the same filter
is in the request multiple times, the response will only include it
once. To do so you need to include the filter in the response. For
example, this works wi
Hi Mickael,
Thanks for the KIP. I can understand the motivation, but to be honest I
have a doubt about this.
Taking the ACLs first, by allowing multiple filters with the current
proposal isn't there the chance that the same ACL will match multiple
filters, and be returned multiple times in the re
Hi,
I have opened KIP-888 to allow describing ACLs and Quotas in batches:
https://cwiki.apache.org/confluence/display/KAFKA/KIP-888%3A+Batch+describe+ACLs+and+describe+client+quotas
Let me know if you have any feedback or suggestions.
Thanks,
Mickael