Re: Time based data retrieval from Kafka Topic

2017-09-05 Thread David Garcia
ject: Time based data retrieval from Kafka Topic *Hi All,* *I need a solution to the below Problem statement -* *How to retrieve only last 1 hour data from an existing Kafka Topic, on 1st & every consecutive (at every 15 mins interval) of the client application?*

RE: Time based data retrieval from Kafka Topic

2017-09-05 Thread Tauzell, Dave
: Sunday, September 3, 2017 1:08 PM To: users@kafka.apache.org Subject: Time based data retrieval from Kafka Topic *Hi All,* *I need a solution to the below Problem statement -* *How to retrieve only last 1 hour data from an existing Kafka Topic, on 1st & every consecutive (at every 15

Time based data retrieval from Kafka Topic

2017-09-03 Thread Kaustuv Bhattacharya
*Hi All,* *I need a solution to the below Problem statement -* *How to retrieve only last 1 hour data from an existing Kafka Topic, on 1st & every consecutive (at every 15 mins interval) of the client application?* *Note:- The existing Topic is accumulating data since last 6 months.* *Regards,*