You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.adoc
+3-3
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
= Spring Cloud Gateway and gRPC
2
2
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.
4
4
5
5
We will introduce the basic concepts behind gRPC and how to configure it with two examples:
6
6
@@ -157,7 +157,7 @@ Finally, we can use the client that points to the gateway application:
157
157
./gradlew :grpc-client:bootRun
158
158
----
159
159
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]
161
161
162
162
== Running JSON to gRPC with a custom filter
163
163
@@ -206,7 +206,7 @@ static class GRPCResponseDecorator extends ServerHttpResponseDecorator {
0 commit comments