Skip to content

Commit 7e4cfa5

Browse files
authored
[MISC] Adding references to Apache Kafka project (#149)
1 parent ae0825b commit 7e4cfa5

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ The Charmed Operator can be found on [Charmhub](https://charmhub.io/kafka-k8s) a
1414
- SASL/SCRAM auth for Broker-Broker and Client-Broker authentication enabled by default.
1515
- Access control management supported with user-provided ACL lists.
1616

17-
The Charmed Kafka K8s Operator uses Kafka binaries released by the The Apache Software Foundation, made available using the [`ubuntu/kafka` OCI image](https://registry.hub.docker.com/r/ubuntu/kafka) distributed by Canonical.
18-
1917
As currently Kafka requires a paired ZooKeeper deployment in production, this operator makes use of the [ZooKeeper K8s Operator](https://github.com/canonical/zookeeper-k8s-operator) for various essential functions.
2018

2119
## Requirements

metadata.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# Copyright 2024 Canonical Ltd.
22
# See LICENSE file for licensing details.
33
name: kafka-k8s
4-
display-name: Charmed Kafka K8s
4+
display-name: Apache Kafka - K8s
55
description: |
66
Kafka is an event streaming platform. This charm deploys and operates Kafka on
77
a K8s environment.
8+
9+
Apache Kafka is a free, open source software project by the Apache Software Foundation.
10+
Users can find out more at the [Kafka project page](https://kafka.apache.org/).
811
summary: Charmed Kafka K8s Operator
912
docs: https://discourse.charmhub.io/t/charmed-kafka-k8s-documentation/10296
1013
source: https://github.com/canonical/kafka-k8s-operator

0 commit comments

Comments
 (0)