Add json to messages.txt. The producer will pick them up, then transformer with change the data, add to another pipeline, onto a 3rd consumer.
You can view the kafka pipeline with (Kafdrop), it is defined in docker-compose.yml
$ localhost:9000
Docker, docker-compose.
To run the producer/consumers locally, install python3, then use pip3 to install the pre-requsites in requirements.txt
Build:
$ docker-compose build
Run:
$ ./scripts/run.sh
Run tests:
TBA
TBA
Logs are output to stdout and file logs.