Allow to configure ActionRuntimeOptions via a Func<IServiceProvider>
Open
kind/enhancement
- Dominant language
- C#
- Stars
- 1.2k
- Forks
- 378
- Avg merge
- 2d 1h
- Merged PRs (30d)
- 6
Description
## Describe the feature
Provide an extension method of ServiceCollection to allow to configure the actor runtime from a function with a IServiceProvider as parameter
This will allow the configuration to be read from any app configuration. Example
`services.AddActors(sp => sp.GetRequiredService().Bind());
`
Contributor guide
Assessment
This issue has not been assessed yet.