Flink WindowedStream - Need assistance

2018-07-16 Thread Titus Rakkesh
We have 2 independent streams which will receive elements in different frequency, DataStream> splittedActivationTuple; DataStream> unionReloadsStream; We have a requirement to keep "splittedActivationTuple" stream elements in a Window of eviction time period of 24 hours. So I created a "Windowed

Re: Flink WindowedStream - Need assistance

2018-07-17 Thread Titus Rakkesh
Friends, any assistance regarding this? On Mon, Jul 16, 2018 at 3:34 PM, Titus Rakkesh wrote: > We have 2 independent streams which will receive elements in different > frequency, > > DataStream> splittedActivationTuple; > > DataStream> unionReloadsStream; > >

Window Stream - Need assistance

2018-07-18 Thread Titus Rakkesh
Dear Friends, I have 2 streams of the below data types. DataStream> splittedActivationTuple; DataStream> unionReloadsStream; These streams are getting data from Kafka and getting data in different frequencies. "unionReloadsStream" will receive more data than "splittedActivationTuple".

Re: Window Stream - Need assistance

2018-07-18 Thread Titus Rakkesh
t; > Did you call `execute()`on your `StreamExecutionEnvironment`? > > Best, > Xingcan > > > On Jul 18, 2018, at 5:12 PM, Titus Rakkesh > wrote: > > > > Dear Friends, > > I have 2 streams of the below data types. > > > > DataStream> splittedActivat

Re: Window Stream - Need assistance

2018-07-18 Thread Titus Rakkesh
er/dev/table/sql.html#joins > > > On Jul 18, 2018, at 5:55 PM, Titus Rakkesh > wrote: > > Thanks for the reply. I have called "env.execute()". But nothing getting > printed. I have a doubt whether "implemented function" is correct with my > "requirement

Couldn't figure out - How to do this in Flink? - Pls assist with suggestions

2019-02-07 Thread Titus Rakkesh
Dears, I have a data stream continuously coming, DataStream> splitZTuple; Eg - (775168263,113182,0.0) I have to store this for 24 hrs expiry in somewhere (Window or somewhere) to check against another stream. The second stream is DataStream> splittedVomsTuple which also continuously receivin

Re: Couldn't figure out - How to do this in Flink? - Pls assist with suggestions

2019-02-10 Thread Titus Rakkesh
ction>for > that. > Find matching elements via keyBy() on the first field. > Aggregate into ValueState, send alert if necessary. > Upon encountering a new key, setup a timer to remove the entry in 24h. > > On 08.02.2019 07:43, Titus Rakkesh wrote: > > Dears, > >

Dynamic Rules Creation For Flink CEP

2019-02-11 Thread Titus Rakkesh
Dears, We are having the use case of creating and uploading new patterns dynamically and change the app behavior in runtime. Is the current Flink version support that? Thanks

Unsubscribe

2025-06-09 Thread Titus Rakkesh
Unsubscribe