Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MISC] Adding references to Apache Kafka project #265

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 4 additions & 1 deletion metadata.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading