Re: Issues to work on for newbie to the Flink project

2018-01-11 Thread Shailesh Jain
Bump. I have the same question. Shailesh On 09-Jan-2018 9:17 PM, "Ashutosh Dubey" wrote: Hello Flink Commiters, I have been reading Flink documentation for some time now, and want to contribute as a developer to the project, however unlike other projects I could not find tags on issues that s

Re: [Proposal] CEP library changes - review request

2018-03-18 Thread Shailesh Jain
se in the > user mailing list it might disappear among a lot of other mail. > > Forwarding... > > Best, > Aljoscha > > > On 14. Mar 2018, at 06:20, Shailesh Jain > wrote: > > > > Hi, > > > > We've been facing issues* w.r.t watermarks not sup

Re: [Proposal] CEP library changes - review request

2018-03-19 Thread Shailesh Jain
ution if you generate > your watermark based on the machine time. If in the getCurrentWatermark > method > of your AssignerWithPeriodicWatermarks you will just return new > Watermark(System.currentTimeMillis()), you will get the same behaviour as > with that change, am I right? > > Best, >

Re: [Proposal] CEP library changes - review request

2018-03-22 Thread Shailesh Jain
e remark also the within clause always work for whole pattern not > just to a part of it, it does not matter if you apply it in the middle (as > you did) or at the very end. > > Best, > Dawid > > > On 19 Mar 2018, at 11:31, Shailesh Jain > wrote: > > > > Thanks

Re: [Proposal] CEP library changes - review request

2018-04-03 Thread Shailesh Jain
Bump. On Thu, Mar 22, 2018 at 7:54 PM, Shailesh Jain wrote: > To trigger the computations for each batch, I'll have to use the > processing time timer in the abstract keyed cep operator, right? > > The reason why I'm avoiding the watermarks is that it is not possible to

Re: [Proposal] CEP library changes - review request

2018-04-03 Thread Shailesh Jain
fered > semantics. > > Thanks, > Kostas > > > On Apr 3, 2018, at 11:01 AM, Shailesh Jain > wrote: > > > > Bump. > > > > On Thu, Mar 22, 2018 at 7:54 PM, Shailesh Jain < > shailesh.j...@stellapps.com> > > wrote: > > > >> To