hello-kafka-stream-testing
hello-kafka-stream-testing copied to clipboard
The most simple way to test Kafka based applications or micro-services e.g. Read/Write during HBase/Hadoop or other Data Ingestion Pipe Lines
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...
Fix producer.key1
Hi there! Followed your example here: https://github.com/authorjapps/hello-kafka-stream-testing but I am using JUnit5 in my project. The tests fail with `No runnable methods` error. I tried including the `zerocode-tdd-jupiter` module as...
I think it is not possible to define headers in the producer json. Something like this: ```json "steps": [ { "name": "produce_step", "url": "kafka-topic:xxxx", "operation": "produce", "request": { "records": [...