We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80b61de commit bb02bc2Copy full SHA for bb02bc2
_posts/2025-09-30-grpc-zero.adoc
@@ -23,7 +23,7 @@ If you have spent time wrestling with platform-specific `protoc` binaries, cross
23
24
== What Quarkus gRPC Zero does
25
26
-Quarkus gRPC Zero runs the `protoc` compilation inside the JVM as a pure Java codegen step.
+Quarkus gRPC Zero runs the `protoc` compilation inside the JVM as a pure Quarkus _codegen_ module.
27
28
From a developer point of view nothing changes: you keep writing `.proto` files, run your Quarkus build, and use the generated sources.
29
0 commit comments