From dcc4a7434bb32c540200c497da6755949bf18fba Mon Sep 17 00:00:00 2001 From: Jakub Cechacek Date: Tue, 24 Oct 2023 10:30:28 +0200 Subject: [PATCH] docs: added Debezium Operator to the list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fa957ef739..d850c4551d 100644 --- a/README.md +++ b/README.md @@ -76,3 +76,4 @@ project, as shown below: - [Strimzi Schema Registry Operator](https://github.com/shangyuantech/strimzi-registry-ksql-operator): A Schema Registry Operator based on JOSDK for running the Confluent Schema Registry with a Strimzi-based Kafka cluster. - [Airflow Dag Operator](https://github.com/cdmikechen/airflow-dag-operator): Use JOSDK(Quarkus Extension) to replace Airflow Git Sync strategy. The main idea of the project is to start a synchronization container on each airflow pod to synchronize the DAG/files into the DAG folder. - [Glasskube Operator](https://github.com/glasskube/operator): simplifies the deployment, maintenance and upgrade of popular open source business tools. It is written in Kotlin and uses the JOSDK and fabric8 Kubernetes client with Kotlin-based DSL. +- [Debezium Operator](https://github.com/debezium/debezium-operator): Debezium Operator adds Change-Data-Capture capabilities to your Kubernetes or Openshift cluster by providing an easy way to run and manage [Debezium Server](https://debezium.io/documentation/reference/stable/operations/debezium-server.html) instances.