Dilini Muthumala

Results 5 comments of Dilini Muthumala

Fixed for the Streaming Integrator product in https://github.com/siddhi-io/siddhi/pull/1723

The doc [1] has being updated with the steps to configure as a Windows Service. [1] https://docs.wso2.com/display/SP430/Installing+as+a+Windows+Service

During the perf test, it was found that the file reading was consumin much of the CPU cycles. ``` "DataBridge-Core-pool-1-thread-8" #160 prio=5 os_prio=0 tid=0x00007f88e899f000 nid=0x67bc runnable [0x00007f8890ccc000] java.lang.Thread.State: RUNNABLE at...

Hi @xtrmstep, To achieve exactly once processing semantics, you need to set: ``` enable.offsets.commit = true enable.auto.commit=false ``` With above in place, Siddhi will commit the offset for each message...

License header added in https://github.com/wso2/analytics-solutions/pull/27