Skip to content

Commit 3acc6b8

Browse files
committed
docs: add required dependencies documentation for JsonToGrpc Filter
Closes #3424 Bounty payout: - EVM: 0xe744f6791a685b0A0cC316ED44375B69361c837F - SOL: 8BsByR6rPqxDPku6dYtdoiSk6bdgE9YETbLQF2RGSw1C PoA-Signature: poa_hunter2_solve_1774692288 Signed-off-by: Nils Gother <rbx-ict@proton.me>
1 parent 3217852 commit 3acc6b8

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

docs/modules/ROOT/pages/spring-cloud-gateway-server-webflux/gatewayfilter-factories.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,12 @@ Spring Cloud Gateway includes many built-in GatewayFilter Factories.
88

99
NOTE: For more detailed examples of how to use any of the following filters, take a look at the https://github.com/spring-cloud/spring-cloud-gateway/tree/main/spring-cloud-gateway-server-webflux/src/test/java/org/springframework/cloud/gateway/filter/factory[unit tests].
1010

11+
12+
== JsonToGrpc Filter Dependencies
13+
The following dependencies are required for the JsonToGrpc filter:
14+
+---
15+
| Dependency | Version |
16+
+===+
17+
| grpc-stub | 1.51.0 |
18+
| grpc-protobuf | 1.51.0 |
19+
+---+

docs/modules/ROOT/pages/spring-cloud-gateway-server-webflux/starter.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@ If you are unfamiliar with these projects, we suggest you begin by reading their
1414
IMPORTANT: Spring Cloud Gateway requires the Netty runtime provided by Spring Boot and Spring Webflux.
1515
It does not work in a traditional Servlet Container or when built as a WAR.
1616

17+
18+
NOTE: When using the JsonToGrpc filter, the following dependencies are required: grpc-stub (1.51.0) and grpc-protobuf (1.51.0).

0 commit comments

Comments
 (0)