-
Notifications
You must be signed in to change notification settings - Fork 730
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add documentation for per actor configuration #2334
Conversation
@halspang - Can you raise the issues needed in each SDK to implement this feature? |
Can do, current actor SDKs are:
And anything else? I feel like there was at least one more inflight. |
@halspang - Added a few comments, which I forgot to publish |
daprdocs/content/en/developing-applications/building-blocks/actors/howto-actors.md
Show resolved
Hide resolved
daprdocs/content/en/developing-applications/building-blocks/actors/howto-actors.md
Show resolved
Hide resolved
daprdocs/content/en/developing-applications/building-blocks/actors/howto-actors.md
Show resolved
Hide resolved
This commit includes documentation on how to set the per type actor configuration. This is currently not supported in any SDK so an example is provided using raw Go. dapr#2176 Signed-off-by: Hal Spang <halspang@microsoft.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
This commit includes documentation on how to set the per type
actor configuration. This is currently not supported in any SDK
so an example is provided using raw Go.
#2176
Signed-off-by: Hal Spang halspang@microsoft.com
Issue reference
Closes: #2176