Hi Divij, Thanks for the KIP!
I think it makes sense to delegate the responsibility of calculation to the specific RemoteLogMetadataManager implementation. But one thing I'm not quite sure, is that would the new `RemoteLogSizeBytes` metric be a performance overhead? Although we move the calculation to a seperate API, we still can't assume users will implement a light-weight method, right? Thank you. Luke On Fri, Jul 1, 2022 at 5:47 PM Divij Vaidya <[email protected]> wrote: > > https://cwiki.apache.org/confluence/display/KAFKA/KIP-852%3A+Optimize+calculation+of+size+for+log+in+remote+tier > > > Hey folks > > Please take a look at this KIP which proposes an extension to KIP-405. This > is my first KIP with Apache Kafka community so any feedback would be highly > appreciated. > > Cheers! > > -- > Divij Vaidya > Sr. Software Engineer > Amazon >
