Re: Get pattern events

2017-10-11 Thread Erdem erdfem
Hello again, I can get context values. But pattern alarm gives combinations of matchedevents. How can i disable it? .followedBy("second").where(new IterativeCondition() { @Override public boolean filter(ObjectNode jsonNodes, Context context) throws Exception { int count = jsonNode

Re: Get pattern events

2017-10-10 Thread Erdem erdfem
Thank you Kostas 2017-10-10 17:47 GMT+03:00 Kostas Kloudas : > The address is u...@flink.apache.org > > You have to subscribe as described here https://flink.apache.org/ > community.html > > Kostas > > > On Oct 10, 2017, at 4:40 PM, Erdem erdfem > wrote:

Re: Get pattern events

2017-10-10 Thread Kostas Kloudas
The address is u...@flink.apache.org You have to subscribe as described here https://flink.apache.org/community.html Kostas > On Oct 10, 2017, at 4:40 PM, Erdem erdfem wrote: > > What is the address for user mailing? > > 2017-10-10 17:30 GMT+03:00 Ko

Re: Get pattern events

2017-10-10 Thread Erdem erdfem
What is the address for user mailing? 2017-10-10 17:30 GMT+03:00 Kostas Kloudas : > Also this topic seems to be more suitable for the user mailing, and not > the dev one. > Could you move the discussion there? > > Thanks, > Kostas > > > On Oct 10, 2017, at 4:29 PM, Kostas Kloudas > wrote: > > >

Re: Get pattern events

2017-10-10 Thread Kostas Kloudas
Also this topic seems to be more suitable for the user mailing, and not the dev one. Could you move the discussion there? Thanks, Kostas > On Oct 10, 2017, at 4:29 PM, Kostas Kloudas > wrote: > > Hi Erdem, > > Could you share also your pattern? > If the “first” pattern has no quantifier, the

Re: Get pattern events

2017-10-10 Thread Kostas Kloudas
Hi Erdem, Could you share also your pattern? If the “first” pattern has no quantifier, then it is expected to have only one event. Kostas > On Oct 10, 2017, at 4:22 PM, Erdem erdfem wrote: > > Hello, > > I want to take get pattern events. I use below code. When debug, context > has one event