Skip to content

csye7125-fall2023-group05/producer

Repository files navigation

Kafka Producer

This is a simple Kafka producer application that publishes messages to the configured Kafka brokers and to particular partition, based on a partitioning logic.

Build

To build the docker image:

docker build -t <username>/<image-name>:[tag] -f <Dockerfile> .

Push to DockerHub

To push the built image to dockerHub:

docker image push <username>/<image-name>:[tag]