TODO
docker compose up -d
./gradlew clean build
./gradlew common-datagen:produceBaggageTrackingEvents
./gradlew common-datagen:produceFlightEvents
./gradlew common-datagen:produceUserFlightBookingEvents
All examples are built with micronaut, you can run them using your preferred IDE or also from command line:
./gradlew todo:run
docker compose down