This Scala project examples a very basic Kafka Test using a consumer and producer. The code in this project is based on benstopford/KafkaMostBasicTest.
This repo has two tests:
- HelloTest: A simple hello world test, to test the Hello World application
- KafkaMostBasicTest: A simple test that produces an event and consumes it
- Java 8
- SBT 1.2.6
- Make sure there is no kafka docker container running locally on ports 9092/2181
sbt test
MIT License