From f3607d1e6e6564057ea24bad4b407f9f3bd8ea45 Mon Sep 17 00:00:00 2001 From: Tom Bentley Date: Mon, 28 Mar 2022 17:04:01 +0100 Subject: [PATCH 1/2] Better attribution of Apache marks See https://www.apache.org/foundation/marks/faq/#attribution Signed-off-by: Tom Bentley --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c9a905b..ed1920d 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ [![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0) [![Twitter Follow](https://img.shields.io/twitter/follow/strimziio.svg?style=social&label=Follow&style=for-the-badge)](https://twitter.com/strimziio) -# Kafka Access Operator +# Access Operator for Apache Kafka® -Kubernetes operator that collects connection details for an Apache Kafka cluster that is managed by the Strimzi cluster +Kubernetes operator that collects connection details for an [Apache Kafka®](https://kafka.apache.org) cluster that is managed by the Strimzi cluster operator into a Kubernetes secret. (See [proposal #33](https://github.com/strimzi/proposals/blob/main/033-service-binding.md) for more details.) This operator uses the [Java Operator SDK](https://github.com/java-operator-sdk/java-operator-sdk). From 59da9d984f623a0c6dd3e82cf8ae9158deb6361b Mon Sep 17 00:00:00 2001 From: Tom Bentley Date: Mon, 28 Mar 2022 17:08:23 +0100 Subject: [PATCH 2/2] Update README.md Co-authored-by: Jakub Scholz Signed-off-by: Tom Bentley --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed1920d..8511b84 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0) [![Twitter Follow](https://img.shields.io/twitter/follow/strimziio.svg?style=social&label=Follow&style=for-the-badge)](https://twitter.com/strimziio) -# Access Operator for Apache Kafka® +# Access Operator for Strimzi Kubernetes operator that collects connection details for an [Apache Kafka®](https://kafka.apache.org) cluster that is managed by the Strimzi cluster operator into a Kubernetes secret. (See [proposal #33](https://github.com/strimzi/proposals/blob/main/033-service-binding.md) for more details.)