quarkus-grpc
Installation
SKILL.md
Quarkus gRPC Expert
Overview
Expert guidance for Quarkus 3.36.0 gRPC service development using the quarkus-grpc extension (backed by io.grpc with Mutiny stubs). Quarkus generates reactive (Mutiny) and blocking stubs from .proto files at build time and wires them as CDI beans.
Extension: io.quarkus:quarkus-grpc
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-grpc</artifactId>
</dependency>