Skip to content

Commit 7a1f1de

Browse files
committed
Updating code links and including release train version
1 parent 34beebd commit 7a1f1de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.adoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= Spring Cloud Gateway and gRPC
22

3-
Starting from `3.1.0`, Spring Cloud Gateway included support for gRPC and HTTP/2.
3+
Starting from `3.1.0` as part of the Spring Cloud 2021.0.0 (aka Jubilee) release train, Spring Cloud Gateway included support for gRPC and HTTP/2.
44

55
We will introduce the basic concepts behind gRPC and how to configure it with two examples:
66

@@ -157,7 +157,7 @@ Finally, we can use the client that points to the gateway application:
157157
./gradlew :grpc-client:bootRun
158158
----
159159

160-
The gateway routes and filters can be modified in `grpc-simple-gateway/src/main/resources/application.yaml`
160+
The gateway routes and filters can be modified in https://github.com/Albertoimpl/spring-cloud-gateway-grpc/blob/5bf80a24a8adf0d5d7c1614524f9d55707536c19/grpc-simple-gateway/src/main/resources/application.yaml#L14[grpc-simple-gateway/src/main/resources/application.yaml]
161161

162162
== Running JSON to gRPC with a custom filter
163163

@@ -206,7 +206,7 @@ static class GRPCResponseDecorator extends ServerHttpResponseDecorator {
206206
----
207207

208208
The full implementation can be found
209-
in: `grpc-json-gateway/src/main/java/com/example/grpcserver/hello/JSONToGRPCFilterFactory.java`
209+
in: https://github.com/Albertoimpl/spring-cloud-gateway-grpc/blob/5bf80a24a8adf0d5d7c1614524f9d55707536c19/grpc-json-gateway/src/main/java/com/example/grpcserver/hello/JSONToGRPCFilterFactory.java#L38[grpc-json-gateway/src/main/java/com/example/grpcserver/hello/JSONToGRPCFilterFactory.java]
210210

211211
Using the same `grpc-server`, we can start the gateway with the custom filter with:
212212

0 commit comments

Comments
 (0)