From cac830ecb43e17d3257b4a201458bf9f771f66be Mon Sep 17 00:00:00 2001 From: deusebio Date: Wed, 20 Nov 2024 22:35:23 +0100 Subject: [PATCH] [MISC] Adding references to Apache Kafka project (#265) --- README.md | 2 -- metadata.yaml | 5 ++++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 28052f3b..b73fb0e9 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,6 @@ The Kafka Operator can be found on [Charmhub](https://charmhub.io/kafka) and it - SASL/SCRAM auth for Broker-Broker and Client-Broker authentication enabled by default. - Access control management supported with user-provided ACL lists. -The Kafka Operator uses the latest upstream Kafka binaries released by The Apache Software Foundation that comes with Kafka, made available using the [`charmed-kafka` snap ](https://snapcraft.io/charmed-kafka) distributed by Canonical. - As currently Kafka requires a paired ZooKeeper deployment in production, this operator makes use of the [ZooKeeper Operator](https://github.com/canonical/zookeeper-operator) for various essential functions. ### Checklist diff --git a/metadata.yaml b/metadata.yaml index 0595f309..15fdb422 100644 --- a/metadata.yaml +++ b/metadata.yaml @@ -1,10 +1,13 @@ # Copyright 2024 Canonical Ltd. # See LICENSE file for licensing details. name: kafka -display-name: Charmed Kafka +display-name: Apache Kafka description: | Kafka is an event streaming platform. This charm deploys and operates Kafka on a VM machines environment. + + Apache Kafka is a free, open source software project by the Apache Software Foundation. + Users can find out more at the [Kafka project page](https://kafka.apache.org/). summary: Charmed Kafka Operator docs: https://discourse.charmhub.io/t/charmed-kafka-documentation/10288 source: https://github.com/canonical/kafka-operator