Skip to content

Commit 278f14a

Browse files
andreaTPcescoffier
andauthored
Update _posts/2025-09-30-grpc-zero.adoc
Co-authored-by: Clement Escoffier <[email protected]>
1 parent cd9ddf6 commit 278f14a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2025-09-30-grpc-zero.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Add the extension to your project. Replace 'VERSION' with the release you choose
5959
</dependency>
6060
----
6161
62-
If you are migrating from an existing Quarkus gRPC setup, you need to exclude the 'quarkus-grpc-codegen' artifact from your 'quarkus-grpc' dependency and add 'quarkus-grpc-zero' instead.
62+
If you are migrating from an existing Quarkus gRPC setup, you need to exclude the 'quarkus-grpc-codegen' artifact from your 'quarkus-grpc' dependency and add 'quarkus-grpc-zero' instead as a drop-in replacement.
6363
Build your project as usual and generated sources will appear during the build step.
6464
6565
== Example workflow

0 commit comments

Comments
 (0)