Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 412 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 412 Bytes

Kafka Consumer

This is a simple Kafka consumer application that subscribes to the configured Kafka brokers and consumes the messages published by the producer application.

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]