Re: How to collect data for some particular point in spark streaming
Kafka doesn't have an accurate time-based index. Your options are to maintain an index yourself, or start at a sufficiently early offset and filter messages. On Mon, Mar 21, 2016 at 7:28 AM, Nagu Kothapalli wrote: > Hi, > > > I Want to collect data from kafka ( json Data , Ordered ) to particu
How to collect data for some particular point in spark streaming
Hi, I Want to collect data from kafka ( json Data , Ordered ) to particular time stamp . is there any way to do with spark streaming ? Please let me know.