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 up
First build the application
mvn clean install
Then you can run the application from the command line at the root level of the project
mvn spring-boot:run -Dapp.profiles=default
There is already a file in the orders folder that will get processed.