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
This commit allows different actor types to provide their own
configurations instead of relying on the top-level values. Any
value defined in them will be used instead of the top-level.
Anything that is left out will use the top-level or default if
it is undefined.
dapr#857
Signed-off-by: Hal Spang <halspang@microsoft.com>
This commit allows different actor types to provide their own
configurations instead of relying on the top-level values. Any
value defined in them will be used instead of the top-level.
Anything that is left out will use the top-level or default if
it is undefined.
#857
Signed-off-by: Hal Spang <halspang@microsoft.com>
Describe the proposal
The Dapr Runtime added support for per actor type configurations in 1.7. This support needs to be added to the SDKs.
The new configuration looks like:
Implementation can be varied per SDK but should output to the above JSON.
Docs: dapr/docs#2334
Runtime: dapr/dapr#4201
The text was updated successfully, but these errors were encountered: