I am not sure about what Kylin does. But I know that data appears in order in Kafka broker. But the consumer can consume in any order that it likes. So, offsets are more driven by Consumers and Kafka does not have a say on it. Sharing this based on my preliminary understanding of how Kafka works. Best, Sarnath
On Sep 13, 2016 12:41, "Mario Copperfield" <[email protected]> wrote: > Dear all, > I am using kylin streaming build, and when i read the code about > this module, i found that kylin use binary search to find the offset which > is the closest adjust to the starttamp. I doubt that is that work if the > data in kafka is not order? > Thanks and waits. > > > -- > Best regards, > Amuro Copperfield >
