Ryan Nowak
Ryan Nowak
## In what area(s)? /area runtime ## What version of Dapr? 1.0 ## Expected Behavior Dapr should log more info at the warning or info level when placement is unavailable...
### Describe the bug The long-lived circuits of Blazor server make distributed tracing not work as expected. Since each circuit is effectively a long-lived request ... a lot of *activity*...
**Is your feature request related to a problem? Please describe.** For parameters and outputs the set of possible types that code can declare is very limited (primitives, array, and object)....
# Description As part of the [Dapr](https://dapr.io/) project - we wrote our own middleware to *unwrap* a structured cloud event. This seems like a generally useful feature - but because...
We don't want startup code like `AddGlimpse()` to chain with unrelated features, `AddGlimpse()` should return an `IGlimpseBuilder` or something that only exposes relevant glimpse options. See `IMvcBuilder` in MVC
**What content needs to be created or modified?** The actors documentation doesn't describe actor types or actor ids. Basically we're missing the documentation about how these concepts function, and how...
`[FromState("foo", "bar")]` assumes that you are going to look up the key `bar` in the route values to find the state store key to look up. We should also provide...
## Describe the proposal ActorProxy uses a default `HttpClient` which comes with a 100 second timeout. This might be surprising, because users can add their own cancellation policies, but can't...
## Expected Behavior Actors uses a single serializer by default, and allows flexiblity for different choices for compatibility or user freedom. The problem with not providing a consistent default is...
Should cover: - Construction - Actor invocation (proxies) - Timers - Reminders - State