Hi all, I'm using kafka 0.8.0 release now. And I often encounter the problem OffsetOutOfRangeException when cosuming message by simple consumer API. But I'm sure that the consuming offset is smaller than the latest offset got from OffsetRequest. Can it be caused by that new messages are wrote to kernel's pagecache and not flush to the file yet,while I'm consuming new messages from the file? How to fix it?
Thanks, Yuanjia Li