Sample application that computes primes numbers and sends some data to Kafka.
You can run your application in dev mode that enables live coding using:
./mvnw compile quarkus:dev
Open http://localhost:8080/primes/random/100.
NOTE: Quarkus now ships with a Dev UI, which is available in dev mode only at http://localhost:8080/q/dev/.