In this session we're going to build a simple gRPC application from scratch using the Quarkus Java stack. We will start with quick introduction of Quarkus and gRPC. Then we will generate the project skeleton and explore the developer oriented Quarkus features such as live reload, continuous testing and DEV UI. Finally, we'll discover how easy it is to build a native executable or a container image with Quarkus. Quarkus is a Kubernetes Native Java stack tailored for OpenJDK HotSpot and GraalVM. gRPC is a high performance open source RPC framework using the Protocol Buffers to serialize data.
The demo app is available at:
https://github.com/mkouba/devconf2021