Skip to content

This is a test and template repo for the correct setup of quarkus and kafka streams with integration in dev-stack.

Notifications You must be signed in to change notification settings

geovistory/quarkus-kstreams-template

Repository files navigation

This is a test and template repo for the correct setup of quarkus and kafka streams with integration in dev-stack.

Start

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 dev

Terminal b

cd aggregator
quarkus dev

Open 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.

About

This is a test and template repo for the correct setup of quarkus and kafka streams with integration in dev-stack.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages