Skip to content

Commit f26a077

Browse files
docs: Add gRPC response settings to properties documentation (#1482)
* docs: Add gRPC response settings to properties documentation Signed-off-by: MyMirelHub <[email protected]> * Apply suggestion from @javier-aliaga Co-authored-by: Javier Aliaga <[email protected]> Signed-off-by: Mirel Isaj <[email protected]> --------- Signed-off-by: MyMirelHub <[email protected]> Signed-off-by: Mirel Isaj <[email protected]> Co-authored-by: Javier Aliaga <[email protected]>
1 parent e666bbd commit f26a077

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

daprdocs/content/en/java-sdk-docs/java-client/properties.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,14 @@ Configure gRPC keepalive behavior using these environment variables:
6060
| `DAPR_GRPC_KEEP_ALIVE_TIMEOUT_SECONDS` | gRPC keepalive timeout in seconds | `5` |
6161
| `DAPR_GRPC_KEEP_ALIVE_WITHOUT_CALLS` | Whether to keep gRPC connection alive without calls | `true` |
6262

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+
6371
### HTTP Client Configuration
6472

6573
These properties control the behavior of the HTTP client used for communication with the Dapr sidecar:

0 commit comments

Comments
 (0)