Categorygithub.com/chenzhiwei/kafka
module
0.0.0-20241222053606-7a95c90c0418
Repository: https://github.com/chenzhiwei/kafka.git
Documentation: pkg.go.dev

# README

Kafka

Start Kafka

IPADDR=192.168.122.10  # Your Host IP address
podman run -d --name kafka -p 9092:9092 \
    -e KAFKA_ADVERTISED_LISTENERS=PLAINTEXT://${IPADDR}:9092 \
    docker.io/siji/kafka:3.0.0

Publish Messages

kafka-producer -file example.yaml

# Packages

No description provided by the author
No description provided by the author
No description provided by the author