Mathias, Thanks for response. I am not sure if this timestamp is the Unix time or not. I've tried the following: Create 3 messages of the same topic, at the same partition like this: 1355769714152: Jason has a new message 1 1355769964900: Jason has a new message 2 1355769980296: Jason has a new message 3 I then tried to call getOffsetsBefore with a timestamp = 1355769964999 (99 milliseconds after the timestamp in message two above), hoping to get some offset but the long array returned by the -- Jason Huang
↧