Re: Understanding FetchOffSet mechanism from log segment

2023-11-09 Thread Arpit Goyal
Can anybody help in understanding the above scenario or any related KIP link would be helpful. Thanks and Regards Arpit Goyal 8861094754 On Fri, Nov 10, 2023 at 12:46 AM Arpit Goyal wrote: > Please let me know if anyone can help me understanding the above > behaviour. > > On Fri, Nov 10, 2023,

Re: Understanding FetchOffSet mechanism from log segment

2023-11-09 Thread Arpit Goyal
Please let me know if anyone can help me understanding the above behaviour. On Fri, Nov 10, 2023, 00:08 Arpit Goyal wrote: > Recently I am trying to understand the fetch offset mechanism of kafka > through code but I have certain doubts which I am still not able to > understand. > > *What I

Understanding FetchOffSet mechanism from log segment

2023-11-09 Thread Arpit Goyal
Recently I am trying to understand the fetch offset mechanism of kafka through code but I have certain doubts which I am still not able to understand. *What I believe Log Segment contains * Log Segment constitutes a list of record batches with key as base offset. Let's take an example and list