streaming-ops
streaming-ops copied to clipboard
Simulated production environment running Kubernetes targeting Apache Kafka and Confluent components on Confluent Cloud. Managed by declarative infrastructure and GitOps.
Right now ccloud operator utilizes previously unsupported XX_ credentials. These are now supported officially by the ccloud cli, so update ccloud operator and secrets management to utilize them instead. Additionally,...
Hi, I tried add,update,delete multiple connector configmaps in the same git commit but the connect-operator did not execute all configmaps that were changed. The operator only process the first event...
Hello, we have the following connector config setup to deploy the following config map: ``` apiVersion: v1 kind: ConfigMap metadata: name: voiteq-mssql-jdbc-source-connector namespace: confluent-operator labels: destination: connect enabled: "true" data:...
Hi, We have a use case to utilize `ccloud-operator` for streaming ops, however the only way now is to fork this repos and publish the image by ourselves. Is it...
Is there a documentation on how to deploy this stream ops in our kubernetes cluster to connect to our existing confluent cloud subscription? I cloned this repo and built the...
The REST API, and ccloud API, will describe connector configurations with redacted secrets. This makes it difficult to compare existing configurations from desired ones to determine if an apply of...
Right now connector secrets are managed with sealed secrets and templated in and mounted as a K8s Secret type. The secret registry obviates the need for this and should be...
The Docker image located here is needs CICD to build and publish on changes: https://github.com/confluentinc/kafka-devops/tree/master/images/connect Utilized by the Service and Deployment here: https://github.com/confluentinc/kafka-devops/blob/master/environments/base/connect/connect-service.yaml
https://hub.docker.com/r/confluentinc/ccloud-cli/tags?page=1&ordering=last_updated
Investigate the concept of observability in the project. Provide documentation and an example solution