Categorygithub.com/antonio-alexander/go-queue-kafka
repositorypackage
1.0.0
Repository: https://github.com/antonio-alexander/go-queue-kafka.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

go-queue-kafka

A proof of concept for a in-memory/persistent queue that uses kafka (incredibly similar to durostore)

Commands

To create a topic

kafka-topics.sh --create --zookeeper zookeeper:2181 --replication-factor 1 --partitions 2 --topic queue_in

To alter an existing topic

kafka-topics.sh --zookeeper zookeeper:2181 --alter --topic queue_in -partitions 2

Links