From 816f59079af0627c60b0a0fff5b8189e5de44a8c Mon Sep 17 00:00:00 2001 From: Sion Smith Date: Fri, 17 Jun 2022 08:37:38 +0100 Subject: [PATCH 1/2] updates docs with new examples --- README.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/README.yaml b/README.yaml index d5113d8..f217a3b 100755 --- a/README.yaml +++ b/README.yaml @@ -45,6 +45,7 @@ examples: |- * [Confluent Schema CRD to declaratively create, read, and delete schemas](https://github.com/osodevops/confluent-kubernetes-playground/tree/main/stable/schema) ### Broken / WIP Deployments + * [Multi-Datacenter Schema Registry Deployment with Leader and Follower](https://github.com/osodevops/confluent-kubernetes-playground/tree/main/incubator/tiered-storage) * [Kafka Tiered Storage to reduce storage costs](https://github.com/osodevops/confluent-kubernetes-playground/tree/main/incubator/tiered-storage) * [Enforcing Kafka quotas by User or client Id](https://github.com/osodevops/confluent-kubernetes-playground/tree/main/incubator/quotas) * [Schema Registry linking across two Schema Registry clusters](https://github.com/osodevops/confluent-kubernetes-playground/tree/main/incubator/schema-registry-linking) From e607a9d862e8d7c3b0c63b352880ef57cfba7d06 Mon Sep 17 00:00:00 2001 From: osotopbot <72751587+osotopbot@users.noreply.github.com> Date: Fri, 17 Jun 2022 07:40:25 +0000 Subject: [PATCH 2/2] Auto Format --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0cbf3e9..b93027d 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,10 @@ All Examples will require the steps mentioned in [GETTING_STARTED.md](https://gi * [Confluent Schema CRD to declaratively create, read, and delete schemas](https://github.com/osodevops/confluent-kubernetes-playground/tree/main/stable/schema) ### Broken / WIP Deployments + * [Multi-Datacenter Schema Registry Deployment with Leader and Follower](https://github.com/osodevops/confluent-kubernetes-playground/tree/main/incubator/tiered-storage) + * [Kafka Tiered Storage to reduce storage costs](https://github.com/osodevops/confluent-kubernetes-playground/tree/main/incubator/tiered-storage) + * [Enforcing Kafka quotas by User or client Id](https://github.com/osodevops/confluent-kubernetes-playground/tree/main/incubator/quotas) + * [Schema Registry linking across two Schema Registry clusters](https://github.com/osodevops/confluent-kubernetes-playground/tree/main/incubator/schema-registry-linking) * [Vault PKI integration with dynamic SSL](https://github.com/osodevops/confluent-kubernetes-playground/tree/main/broken/pki-vault--waiting-for-kafka-2.7) * [Cloud to Cloud replication using Confluent replicator in CFK](https://github.com/osodevops/confluent-kubernetes-playground/tree/main/broken/replicator)