Skip to content

channelit/kafka-mq

Repository files navigation

Kafka - MQ

Steps:

Build the app:
docker build . -t kafka-mq
docker tag kafka-mq kafka-mq:v1
Build volume image with configuration (to work without physical mount):
docker build . -t conf -f Dockerfile-config
docker tag conf conf:v1
Startup the environment:
docker -compose up -d zoo1 zoo2 zoo3
docker-compose up -d
  • Create topic FIFO_TOPIC with replication=2, partitions=3 using UI
Cleanup:
docker-compose kill
docker-compose rm
rm -rf data

URLs for Confluent Kakfa Setup:

URLs for Apache Kakfa:

URLs for Confluent docker-compose (under /confluent, copied from Confluent Docker):

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages