Part one of the camel development series.
You need to be on Java 21 or newer.
Using the docker compose yml file you can run kafka with the following command.
docker compose upFirst build the application
mvn clean installThen you can run the application from the command line at the root level of the project
mvn spring-boot:run -Dapp.profiles=defaultThere is already a file in the orders folder that will get processed.