Hi Liangfei.Su, In this case you are using Time Window. The behavior of the Time Window is giving out put for each event. Because it is moving window. If you want to get only 15 events as results you have to use TimeBatch Window. Even you are grouping the event using EventName, the output event will occur to every event as it is moving window.
Thanks. Best Regards, Yashothara.S Software Engineer WSO2 On Fri, Jun 3, 2016 at 5:14 AM, Liangfei.Su <[email protected]> wrote: > Hi, > > I found an issue https://github.com/wso2/siddhi/issues/91 reporting the > group behavior of time window in siddhi doesnt work as expected. I see the > same issue, this github issue has been there for months, anybody could help > explain? > > The reporter using siddhi 3.0.3 while i use siddhi 3.0.5. > Grouping doesnt' work correct in window looks like a P1 issue... > > > Thanks, > Ralph > > _______________________________________________ > Dev mailing list > [email protected] > http://wso2.org/cgi-bin/mailman/listinfo/dev > >
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
