From 85b31fa4c24ecd99d53105d9b20b20754fea9343 Mon Sep 17 00:00:00 2001 From: Hema HG <53568062+hemahg@users.noreply.github.com> Date: Mon, 20 May 2024 19:43:44 +0530 Subject: [PATCH] =?UTF-8?q?update=20Apache=20Kafka=E2=84=A2=20to=20Apache?= =?UTF-8?q?=20Kafka=C2=AE=20(#761)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: hemahg --- README.md | 8 ++++---- api/README.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6fe6598dc..0cc59472c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Console for Apache Kafka™ on Kubernetes +# Console for Apache Kafka® on Kubernetes -This project is a web console designed to facilitate interactions with Apache Kafka™ instances on Kubernetes, leveraging the [Strimzi](https://strimzi.io) Cluster Operator. +This project is a web console designed to facilitate interactions with Apache Kafka® instances on Kubernetes, leveraging the [Strimzi](https://strimzi.io) Cluster Operator. It is composed of two main parts: - a REST API backend developed with Java and [Quarkus](https://quarkus.io/) @@ -13,8 +13,8 @@ Please refer to the [installation README](./install/README.md) file for detailed ## Contributing We welcome contributions of all forms. Please see the [CONTRIBUTING](./CONTRIBUTING.md) file for how to get started. -Join us in enhancing the capabilities of this console for Apache Kafka™ on Kubernetes. +Join us in enhancing the capabilities of this console for Apache Kafka® on Kubernetes. ## License -This project is licensed under the Apache License 2.0 - see the LICENSE file for details. \ No newline at end of file +This project is licensed under the Apache License 2.0 - see the LICENSE file for details. diff --git a/api/README.md b/api/README.md index aa53e074d..168f09960 100644 --- a/api/README.md +++ b/api/README.md @@ -5,7 +5,7 @@ This repository contains the Console API server to interact with [Strimzi](https://strimzi.io) Kafka instances running in a Kubernetes cluster. -The API provides a way to manage [Apache KafkaTM](https://kafka.apache.org/) topics and consumer groups, as +The API provides a way to manage [Apache Kafka®](https://kafka.apache.org/) topics and consumer groups, as well as endpoints to publish and browse messages. ## Getting Started