siddhi-operator icon indicating copy to clipboard operation
siddhi-operator copied to clipboard

Operator allows you to run stream processing logic directly on a Kubernetes cluster

Results 15 siddhi-operator issues
Sort by recently updated
recently updated
newest added

**Description:** We want to deploy custom Siddhi Apps on our Kubernetes clusters and for this we followed the official documentation at [siddhi.io](https://siddhi.io/en/v5.1/docs/siddhi-as-a-kubernetes-microservice/). As far as we understood, when a Siddhi...

New configmap is created when pod is restarted in k8s **Affected Product Version:** Siddhi operator 0.2.2 **OS, DB, other environment details and versions:** Linux env **Steps to reproduce:** After bringing...

**Description:** Currently, we are creating a parser deployment and service to do parsing tasks. We need to find out about the applicability of [K8s jobs](https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/) for the Siddhi parser. **Suggested...

priority/normal
type/improvement

**Description:** At the moment, we don't have a way to set the resource limits for the deployments that are being created through the Siddhi Operator whether it's a distributed deployment...

**Description:** We need to have a single build script file to do the following tasks. 1. Build the operator ``` operator-sdk build //siddhi-operator: ``` 1. Concat the following files in...

**Description:** Need to have a consistent way of handling HTTP traffic either using: 1. Internal gateway or 1. Using K8s service **Suggested Labels:** Feature improvement **Affected Product Version:** 0.2.1

**Description:** The current deployments of NATS that we are automatically creating through Siddhi operator is a basic NATS deployment with a NATS cluster and a Streaming cluster. In distributed deployment...

**Description:** Currently, the custom object of siddhi operator reads the configurations that need to change at the siddhi runner level using a string as below. ``` siddhi.runner.configs: |- state.persistence: enabled:...

type/improvement

**Description:** We have to analyze and find out the applicability of [StatefulSet](https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/) in K8s rather that using K8s deployment with PV for our Siddhi runner stateful deployments. The comparison of...

**Description:** OpenShift is a **product** that has been used by many enterprise systems as their container orchestration framework. It has similar features as Kubernetes with some [extended ones](https://dzone.com/articles/kubernetes-vs-openshift-a-detailed-comparison). Some of...