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: daprdocs/content/en/java-sdk-docs/java-client/properties.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,14 @@ Configure gRPC keepalive behavior using these environment variables:
60
60
|`DAPR_GRPC_KEEP_ALIVE_TIMEOUT_SECONDS`| gRPC keepalive timeout in seconds |`5`|
61
61
|`DAPR_GRPC_KEEP_ALIVE_WITHOUT_CALLS`| Whether to keep gRPC connection alive without calls |`true`|
62
62
63
+
#### Inbound Message Settings
64
+
Configure gRPC inbound message settings using these environment variables:
65
+
66
+
| Environment Variable | Description | Default |
67
+
|---------------------|-------------|---------|
68
+
|`DAPR_GRPC_MAX_INBOUND_MESSAGE_SIZE_BYTES`| Dapr's maximum inbound message size for gRPC in bytes. This value sets the maximum size of a gRPC message that can be received by the application |`4194304`|
69
+
|`DAPR_GRPC_MAX_INBOUND_METADATA_SIZE_BYTES`| Dapr's maximum inbound metadata size for gRPC in bytes |`8192`|
70
+
63
71
### HTTP Client Configuration
64
72
65
73
These properties control the behavior of the HTTP client used for communication with the Dapr sidecar:
0 commit comments