Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

kafka

Quick setup of a kafka cluster with controllers

helm repo add bitnami https://charts.bitnami.com/bitnami

helm upgrade my-kafka --install  bitnami/kafka --set global.imageRegistry="registry.docker.ir" --version 25.3.3

sample python code for producer and consumer