Hi, i am a java developer that was using Spring for long and now move to Quarkus! In this blog, i will share the things i learned today!
When you start working with Quarkus, you discover the magic of dev services! If you have an application that use Kafka, a database, RabbitMQ, Redis, ... (full list here ), then if you don't have some properties set for dev and test profile like bro...
Finally my application is on production : several micro-services using event-driven architecture where several producers can trigger same behaviour. Suddenly a bug! Some triggers are weird, but who is triggering them? Which micro-services? Impossible...