Skip to content

Commit a7de37f

Browse files
committed
feat(addons): add kafka
1 parent cd4993d commit a7de37f

65 files changed

Lines changed: 9351 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

addons/index.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,6 @@ entries:
4545
fluentbit:
4646
- version: 2
4747
description: "High Performance Telemetry Agent for Logs, Metrics and Traces"
48+
kafka:
49+
- version: 3.6
50+
description: "Apache Kafka is an open-source distributed event streaming platform used by thousands of companies for high-performance data pipelines, streaming analytics, data integration, and mission-critical applications."
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Copyright Drycc Community.
2+
# SPDX-License-Identifier: APACHE-2.0
3+
4+
annotations:
5+
category: Infrastructure
6+
licenses: Apache-2.0
7+
apiVersion: v2
8+
appVersion: 3.6.1
9+
dependencies:
10+
- name: common
11+
repository: oci://registry.drycc.cc/charts
12+
version: ~1.1.3
13+
description: Apache Kafka is a distributed streaming platform designed to build real-time pipelines and can be used as a message broker or as a replacement for a log aggregation solution for big data applications.
14+
home: https://github.com/drycc-addons/addons/tree/main/addons/kafka/3.6
15+
icon: https://bitnami.com/assets/stacks/kafka/img/kafka-stack-220x234.png
16+
keywords:
17+
- kafka
18+
- zookeeper
19+
- streaming
20+
- producer
21+
- consumer
22+
maintainers:
23+
- name: Drycc Community.
24+
url: https://github.com/drycc-addons/addons
25+
name: kafka
26+
sources:
27+
- https://github.com/drycc-addons/addons/tree/main/addons/kafka
28+
version: 26.9.0

addons/kafka/3.6/chart/kafka/README.md

Lines changed: 1531 additions & 0 deletions
Large diffs are not rendered by default.

addons/kafka/3.6/chart/kafka/templates/NOTES.txt

Lines changed: 333 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)