streaming-integrator
streaming-integrator copied to clipboard
A stream processing runtime that allows connecting any streaming data source to any destination and act on it
## Purpose > Update config.yml
## Purpose $subject. The following test cases have been introduced. - `StreamingIntegratorOpenedPortTestcase` - Tests whether the expected SI ports are successfully opened. - `ExtensionInstallationTestCase` - Tests whether auto-installable extensions are...
Add intuitive error message for the 'BindException: Address already in use' error in server startup
**Description:** I got following error as the msf4j-https port is already using in my machine. ERROR {org.wso2.msf4j.internal.HttpConnectorPortBindingListener} - Error in http server connector java.net.BindException: Address already in use at sun.nio.ch.Net.bind0(Native...
Credits: Thank you @cazci for providing the siddhi app and SSE server for testing! **Description:** I've created a Siddhi app with an SSE source and started it, before the SSE...
**Description:** According to the SSE specification, a event can have the following meta attributes, in addition to the data Quoting from https://www.w3.org/TR/eventsource/#event-stream-interpretation > If the field name is "event" >...
**Description:** proxy.host and proxy.port variable are not taken in the sink http mapper in the latest release of wso2s-1.1.0 **Suggested Labels:** **Suggested Assignees:** **Affected Product Version:** wso2si-1.1.0 **OS, DB, other...
**Description:** I have followed the documtation[1] to publish HTTP events to an OAuth-protected endpoint in SI-1.0.0. But it ended up with the below error when trying to used the generated...
**Description:** It would be good to have docs on building a CI/CD pipeline for SI similar to MI [1]. As of now, when we want to build a CI/CD pipeline...
**Description:** The comment for the 'maxEventBufferCapacity' property in the deployment.yaml file should be changed as follows as the current 'internally in MB' is misleading. ``` databridge.config: workerThreads: 10 # The...