This is a test and template repo for the correct setup of quarkus and kafka streams with integration in dev-stack.
Download dev-stack
git clone https://github.com/geovistory/dev-stack.git
cd dev-stack
bash ./scripts/build
# wait until stack up and running
Terminal a
cd producer
quarkus devTerminal b
cd aggregator
quarkus devOpen redpanda console from dev-stack and see temperatures-aggregated topic:
http://localhost:1120/topics/temperatures-aggregated
At the same time, continuous testing is enabled. Hit 'd' in the terminal and navigate to Continuous Testing. If you change (test-)code, the test will re-run.