Tishan Pubudu
Tishan Pubudu
**Description:** When we have a pattern/join within a partition with multiple streams, ie ``` partition with ( deviceID of TempStream ) begin from every( e1=RegulatorStream) -> e2=TempStream[e1.roomNo==roomNo] -> e3=RegulatorStream[e1.roomNo==roomNo] select...
Please refer https://github.com/siddhi-io/siddhi-io-http/issues/133.
**Description:** ConcurrentModificationExceptions can happen at here when state persistence interval is low. This will cause persisting thread to exit and halt state persistence. Solution is two fold. 1. Protect state...
**Description:** Single SP node with below as cluster config ``` cluster.config: enabled: false ``` will fail to start up with NPE. ``` Caused by: java.lang.NullPointerException at org.wso2.carbon.cluster.coordinator.rdbms.internal.RDBMSCoordinationServiceComponent.start(RDBMSCoordinationServiceComponent.java:59) ... 28 more...
**Description:** There are many changes and improvement done in below components in the master branch. - Siddhi - Editor - Distributed deployment - Dashboard - HA implementation Purpose of this...
### Description: MI Observability docs need a hyperlink fix for below page https://ei.docs.wso2.com/en/7.2.0/micro-integrator/setup/observability/setting-up-cloud-native-observability-in-kubernetes/#setting-up-the-observability-deployment There are 3 hyperlinks with the text **Enterprise Integrator Observability** that should be pointing to https://github.com/wso2/observability-ei/blob/master/cloud-native/README.md instead...
**Description:** Data-bridge-config.xml contains some fields which are not clearly explained. Let's improve the config so that each field is explained clearly. **Affected Product Version:** 3.0.1, 3.1.0, 3.2.0