Use some external script to read the input file using timestamp and push the messages to the redis in streaming fashion as the same time subscribe that topic of redis in the spout of your topology .
On Sat, Oct 8, 2016 at 12:25 PM, Arman Divband <[email protected]> wrote: > thanks anshu, > > would you please explain it more!!! > > On Sat, Oct 8, 2016 at 10:19 AM, anshu shukla <[email protected]> > wrote: > >> Use a in memory queue like redis for subscribing messages. >> >> On Sat, Oct 8, 2016 at 12:10 PM, Arman Divband <[email protected]> >> wrote: >> >>> Hi all, >>> >>> I am new in apache storm, I want to do a project in apache storm, and I >>> need a tuning output rate of spout without Using CPU sleep command in >>> nextTuple() method. How can I do this? >>> >>> thanks all, >>> >> >> >> >> -- >> Thanks & Regards, >> Anshu Shukla >> > > -- Thanks & Regards, Anshu Shukla
