Skip to content

Commit

Permalink
Fix missing section in the gRPC getting started guide
Browse files Browse the repository at this point in the history
  • Loading branch information
cescoffier committed Oct 30, 2023
1 parent d5f4696 commit 3c525d8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/src/main/asciidoc/grpc-getting-started.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,6 @@ If this retrieved version does not work in your context, you can either force to
You can also download the suitable binary and specify the location via
`-Dquarkus.grpc.protoc-path=/path/to/protoc`.


Alternatively to using the `generate-code` goal of the `quarkus-maven-plugin`, you can use `protobuf-maven-plugin` to generate these files.
See the <<grpc-generation-reference.adoc#protobuf-maven-plugin>> section for more information.

Let's start with a simple _Hello_ service.
Create the `src/main/proto/helloworld.proto` file with the following content:

Expand Down

0 comments on commit 3c525d8

Please sign in to comment.