From b42133b3e9424094a2614268a560b5112d8a71c8 Mon Sep 17 00:00:00 2001 From: Enrico Deusebio Date: Thu, 24 Oct 2024 12:08:16 +0200 Subject: [PATCH 1/2] adding apache --- metadata.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 From 59ef902992bd4a330ef24bbad5101b80a5ddc31a Mon Sep 17 00:00:00 2001 From: Enrico Deusebio Date: Thu, 24 Oct 2024 12:19:59 +0200 Subject: [PATCH 2/2] wip --- README.md | 2 -- 1 file changed, 2 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