introduce
Quarkus is a full stack Kubernetes native Java framework designed for Java virtual machines and native compilation, optimized for containers.
Quarkus has been designed from the start to be easy to use, with features that require little configuration to work.
Quarkus website
The characteristics of
- Real-time coding, designed to allow developers to check the impact of code changes in real time and troubleshoot quickly.
- Cloud native, fit
Kubernetes
. - Native support.
- Simple to use.
- Responsive programming, high performance.
- Short startup time.
- Community ecological support, frequent iteration.
The article recommended
- βImplement microservices through Consul service discovery
- CSDN blog introducing Quarkus technology
- Red Hat cloud native introduction
gossip
Quarkus’s main feature is cloud native and responsive. Suitable scenarios are as follows:
- Individual services, which can save memory through Native features.
- Cloud native.
- No service application.
- Cooperate with
Kubernetes
. - This parameter can be used in scenarios that require high performance
Quarkus
implementationReactive
Applications.