Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanjay authored Oct 26, 2023
1 parent a97c9d9 commit 3d07f8e
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
![](https://github.com/stefanjay/kafka-kraft-on-k8s/actions/workflows/docker-image.yml/badge.svg)
![](https://github.com/stefanjay/kafka-kraft-on-k8s/actions/workflows/merge-tests.yaml/badge.svg)
[![Update Kafka Version Table](https://github.com/stefanjay/kafka-kraft-on-k8s/actions/workflows/security.md.yaml/badge.svg)](https://github.com/stefanjay/kafka-kraft-on-k8s/actions/workflows/security.md.yaml)
----
### Donations are very welcome, this will motivate to sleep less and code harder :3 <br><br>[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/A0A1QHUNC) -- <a href="https://opencollective.com/kafka-kraft-on-k8s/donate" target="_blank"><img src="https://opencollective.com/webpack/donate/[email protected]?color=blue" width=205></a>


# Helm Chart released
- chart is available via Helm Repo soon :fireworks: :trophy:

# KRaft "Kafka Raft" on Kubernetes
Apache Kafka starting in version 3.3 is using the Raft metadata protocol to abandon the appendage ZooKeeper overhead to control the cluster's health.
Expand All @@ -18,8 +12,15 @@ Apache Kafka starting in version 3.3 is using the Raft metadata protocol to aban

More info can be found in the official Apache Kafka docs https://kafka.apache.org/documentation/#kraft

## Public DockerHub Imageregistry
-> https://hub.docker.com/r/kafkakraft/kafkakraft


## News

#### Helm Chart released
- chart is soon available via Helm Repo

#### Public DockerHub Imageregistry
- https://hub.docker.com/r/kafkakraft/kafkakraft

#
## Table of Content
Expand Down Expand Up @@ -102,3 +103,7 @@ v0.1
- added Dockerfile
- updated entrypoint.sh
- switched to kafka v3.3.1


----
### Donations are very welcome, this will motivate to sleep less and code harder :3 <br><br>[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/A0A1QHUNC) -- <a href="https://opencollective.com/kafka-kraft-on-k8s/donate" target="_blank"><img src="https://opencollective.com/webpack/donate/[email protected]?color=blue" width=205></a>

0 comments on commit 3d07f8e

Please sign in to comment.