Hi, Probably this question has been already asked before, but I couldn't find it,
I would like to fetch data from kafka by timestamp, and according to Kafk FAQ ( https://cwiki.apache.org/confluence/display/KAFKA/FAQ#FAQ-HowdoIaccuratelygetoffsetsofmessagesforacertaintimestampusingOffsetRequest ?) "Kafka allows querying offsets of messages by time", I tried to use UnixTimeStamp instead in the offset request, but every time I got an empty array, simply it didn't work. Based on my google search this is not possible, but Kafka FAQ states that this is possible! Does any one know how to do this? I do appreciate it. best, /Shahab