Hey Mickael, Great KIP!
I have one question: You mentioned "DescribeLogDirs is usually a low volume API. This change should not significantly affect the latency of this API." and "That would allow to easily validate whether disk operations (like a resize), or topic deletion (log deletion only happen after a short delay) have completed." I wonder if there is an existing metric/API that can allow administrators to determine whether we need to resize? If administrators use this API to determine whether we need a resize, would this API become a high-volume API? I understand we don't want this API to be a high-volume one because the API is already costly by returning `"name": "Topics"`. Cong On Thu, Apr 7, 2022 at 2:17 AM Mickael Maison <mickael.mai...@gmail.com> wrote: > Hi, > > I wrote a small KIP to expose the total and usable space of logdirs > via the DescribeLogDirs API: > > https://cwiki.apache.org/confluence/display/KAFKA/KIP-827%3A+Expose+logdirs+total+and+usable+space+via+Kafka+API > > Please take a look and let me know if you have any feedback. > > Thanks, > Mickael >