halspang
halspang
# Description This commit lets metadata bind to a message and be read when the message is received. This allows for the distributed tracing of events. This is required for...
Note: Issue contents copied from https://github.com/dapr/dotnet-sdk/issues/879 since I can't move the issue itself. ## Expected Behavior When the Azure service bus reaches its max limit, this exception occurs for publishing...
## Describe the proposal With Resiliency being introduced into the Dapr runtime in 1.7 (as a preview feature), we should now consider how Resiliency interacts with components and if there...
# Description This commit adds default policies for components. These are stratified into several levels: - Component with component type and direction - Component with direction - Component - Default...
## In what area(s)? /area runtime > /area operator > /area placement > /area docs > /area test-and-release ## Describe the proposal Resiliency as it exists in 1.8/1.7 requires that...
## In what area(s)? /area runtime > /area operator > /area placement > /area docs > /area test-and-release ## Describe the proposal This feature was added in v1.6 without much...
## 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:...
**What content needs to be created or modified?** 1.9 will introduce support for default/generic resiliency policies and they will need to be documented. **Describe the solution you'd like** Document the...
# Description This commit adds support for the shutdown API. It also adds docs for that method and a few others which were missing from the docs. https://github.com/dapr/dotnet-sdk/issues/914 Signed-off-by: Hal...
## Describe the feature The dapr core runtime is planning on supporting actor reentrancy. The bulk of this logic will be handled in dapr's runtime but the SDK will be...