Hi everyone! I have a doubt regarding where the metric should go, I need to know where the local append happens in the active segment log.
I saw some files which "append" on the segment log but I am a bit confusing which one is the one: core/src/main/scala/kafka/log/LocalLog.scala core/src/main/scala/kafka/log/LogSegment.scala clients/src/main/java/org/apache/kafka/common/record/MemoryRecords.java At the end I need to identify exactly where the data is appended on the active segment, this should be only the local append as we are interested on measuring the local latency of a write in the OS (sync vs async) Thanks in advance!!! On Mon, 7 Aug 2023 at 14:43, Sergio Daniel Troiano < sergio.troi...@adevinta.com> wrote: > Hi everyone! > > I would like to start a discuss thread for this KIP > <https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=263426647> > > > Thanks!!!! >