Alexander Goida
Alexander Goida
`Siddhi-tooling for docker v5.1.2` Hi, I've got an aggregation which calculate count of events per seconds, minutes..... and months. Sometimes when I send an event it creates a record in...
Hi, I'm using 5.1.2 version of docker Siddhi runner. I've got a code which looks very simple ``` from _temp_stream as e left outer join tbl_table as t on e.id==t.id...
Hi all, I'm using siddhi 5.1.2 in Docker. I'm observing a limitation of this pattern to work only with sources. I mean if I've got two patterns an one is...
Docker image is based on Siddhi runner and tooling 5.1.2, but the latest one is 5.1.12. Can the docker image be updated to the latest?
**Description:** In conjunction with #window.length(N) the function stdDev() returns non 0 value or NaN when should return 0. **Affected Siddhi Version:** 5.1.2 **OS, DB, other environment details and versions:** Ubuntu,...
Hi, Very often I'm getting the following error while stopping and running again my Siddhi application in the tooling. Topic name doesn't matter. The error is disappearing after several stop/start...
Hi, Have tested Siddhi app and bumped into the issue with setting `enable.offsets.commit = "false"`. When it's set, the source may start reading same events twice duplicating them in the...