This is a simple Kafka consumer application that subscribes to the configured Kafka brokers and consumes the messages published by the producer application.
To build the docker image:
docker build -t <username>/<image-name>:[tag] -f <Dockerfile> .
To push the built image to dockerHub:
docker image push <username>/<image-name>:[tag]