-
Notifications
You must be signed in to change notification settings - Fork 2k
Open
dapr/java-sdk
#889Labels
Milestone
Description
In what area(s)?
/area runtime
/area operator
/area placement
/area docs
/area test-and-release
Describe the feature
- SDKs should automatically reestablish connection to sidecar endpoint after sidecar restarts (if connection is sticky).
- SDKs should automatically retry network-based exceptions up to N times. Configuration should be via environment variable:
DAPR_NETWORK_MAX_RETRIES
with default value of 3 (zero means disabled). - Each SDK may expose a parameter (equivalent to
DAPR_NETWORK_MAX_RETRIES
) to allow programmatically overwriting of the config when instantiating a client object.
Proposal to follow after discussion here. In scope for 1.12
Release Note
RELEASE NOTE: