Please use this readme as your projects readme. You can find instructions for
the challenge in the INSTRUCTIONS.pdf
file.
docker exec kafka kafka-topics --create --bootstrap-server localhost:29092 --partitions 1 --replication-factor 1 --topic VEHICLE_DIRECTION_UPDATED
docker exec kafka kafka-console-consumer --topic VEHICLE_DIRECTION_UPDATED --from-beginning --max-messages 10 --bootstrap-server localhost:29092
docker exec kafka kafka-topics --list --bootstrap-server localhost:29092