What is Quarkus? –
It’s a container first (Kubernetes) application. Quarkus tailors your application for GraalVM and HotSpot. Amazingly fast boot time, incredibly low RSS memory (not just heap size!) offering near instant scale up and high density memory utilization in container orchestration platforms like Kubernetes. We use a technique we call compile time boot
Features
- It enables reactive
- What is reactive and how it enables?