halspang
halspang
Currently, there isn't a way to have it reload. If you expect your secrets to change overtime, you can either fetch them manually using the secretstore component or move to...
@johnseed - Thanks for bringing this up. We do need a way to expose this, which would probably be best done by exposing the actual factory/creation method. I'll discuss it...
Once this PR is merged, I think it should unblock you as you can deserialize the data yourself: https://github.com/dapr/dotnet-sdk/pull/1116 Did you put the data in via the `DaprClient` as well?...
/cc @cgillum @RyanLettieri
The way I read the documentation about reminders, this feels like the intended behavior to me. Even if an actor isn't active, a reminder is supposed to fire. If anyone...
@giovanidecusati - Can you show an example of an event you're sending? Looking at the code in Dapr, it should be either taking your event's ID or generating a UUID...