Fetcher INFO : Fetch offset .... is out of range for partition ..., resetting offset
Trying to understand what happens when this happens.
If offset we are trying to to read is missing (I assume because of kafka GC'ed the offet) and auto.offset.reset = latest do we skip over data to the latest offset?
What is the safe configuration to avoid data loss?