Skip to content

Commit

Permalink
update Apache Kafka™ to Apache Kafka® (#761)
Browse files Browse the repository at this point in the history
Signed-off-by: hemahg <[email protected]>
  • Loading branch information
hemahg authored May 20, 2024
1 parent a0043b9 commit 85b31fa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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/)
Expand All @@ -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.
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
2 changes: 1 addition & 1 deletion api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 Kafka<sup>TM</sup>](https://kafka.apache.org/) topics and consumer groups, as
The API provides a way to manage [Apache Kafka<sup>®</sup>](https://kafka.apache.org/) topics and consumer groups, as
well as endpoints to publish and browse messages.

## Getting Started
Expand Down

0 comments on commit 85b31fa

Please sign in to comment.