An open API service indexing awesome lists of open source software.

https://github.com/thales-eduardo/go-kafka

uma simples implementação de golang+kafka
https://github.com/thales-eduardo/go-kafka

apache-kafka

Last synced: 7 months ago
JSON representation

uma simples implementação de golang+kafka

Awesome Lists containing this project

README

          

apt-get install build-essential librdkafka-dev -y

criar tópico
kafka-topics --create --topic=teste --bootstrap-server=localhost:9092 --partitions=3

monitorar consumer
kafka-console-consumer --bootstrap-server=localhost:9092 --topic=teste

monitorar group
kafka-consumer-groups --bootstrap-server localhost:9092 --describe --group=goapp-group2