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: spring-grpc-docs/src/main/antora/modules/ROOT/partials/_configprops.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@
23
23
|spring.grpc.client.enabled | `+++true+++` | Whether to enable client autoconfiguration.
24
24
|spring.grpc.client.inprocess.enabled | `+++true+++` | Whether to configure the in-process channel factory.
25
25
|spring.grpc.client.inprocess.exclusive | `+++true+++` | Whether the inprocess channel factory should be the only channel factory available. When the value is true, no other channel factory will be configured.
26
-
|spring.grpc.client.observations.enabled | `+++true+++` | Whether to enable Observations on the client.
26
+
|spring.grpc.client.observation.enabled | `+++true+++` | Whether to enable Observations on the client.
27
27
|spring.grpc.server.address | | The address to bind to. could be a host:port combination or a pseudo URL like static://host:port. Can not be set if host or port are set independently.
28
28
|spring.grpc.server.enabled | `+++true+++` | Whether to enable server autoconfiguration.
29
29
|spring.grpc.server.exception-handling.enabled | `+++true+++` | Whether to enable user-defined global exception handling on the gRPC server.
@@ -45,7 +45,7 @@
45
45
|spring.grpc.server.keep-alive.timeout | `+++20s+++` | Maximum time to wait for read activity after sending a keep alive ping. If sender does not receive an acknowledgment within this time, it will close the connection (default 20s).
46
46
|spring.grpc.server.max-inbound-message-size | `+++4194304B+++` | Maximum message size allowed to be received by the server (default 4MiB).
47
47
|spring.grpc.server.max-inbound-metadata-size | `+++8192B+++` | Maximum metadata size allowed to be received by the server (default 8KiB).
48
-
|spring.grpc.server.observations.enabled | `+++true+++` | Whether to enable Observations on the server.
48
+
|spring.grpc.server.observation.enabled | `+++true+++` | Whether to enable Observations on the server.
49
49
|spring.grpc.server.port | `+++9090+++` | Server port to listen on. When the value is 0, a random available port is selected. The default is 9090.
50
50
|spring.grpc.server.reflection.enabled | `+++true+++` | Whether to enable Reflection on the gRPC server.
51
51
|spring.grpc.server.security.csrf.enabled | `+++false+++` | Whether to enable CSRF protection on gRPC requests.
0 commit comments