A Java developer's guide to Quarkus - MrLiambi's blog

Breaking

My tweets

Advertisement

Thursday 12 August 2021

A Java developer's guide to Quarkus

Serverless architecture has already become an efficient solution to align overprovisioning and underprovisioning resources (e.g., CPU, memory, disk, networking) with actual workloads regardless of physical servers, virtual machines, and cloud environments. Yet, there is a concern for Java developers when choosing new programming languages to develop serverless applications. The Java framework seems too heavyweight and slow for serverless deployment on the cloud, especially Kubernetes.

What if you, Java developer, could keep using the Java framework to build traditional cloud-native microservices as well as new serverless functions at the same time? This approach should be exciting since you don't have to worry about a steep learning curve for new serverless application frameworks.



Source : https://dzone.com/articles/a-java-developers-guide-to-quarkus

No comments:

Post a Comment