Mukundan Sundararajan

Results 321 comments of Mukundan Sundararajan

> I would, first, have it as its own command: `dapr resiliency init` and `dapr resilency init -k`. Since resiliency is not a stable feature yet, having it on the...

@halspang Please provide your thoughts on this issue ....

@yaron2 @halspang @msfussell Based on offline discussions , we are planning to deprecate components path and introduce resources path for subscription , resiliency and components crds based yaml. The configuration...

The lines in the actor implementation in Dapr. seem to make that `dueTime` is indeed optional ... https://github.com/dapr/dapr/blob/master/pkg/actors/actors.go#L1009-L1015 Wherein when due time is not given, `now` is taken as a...

My proposal is add new method signatures that does not require optional parameters. And keep the existing method as such. This will not break existing users of this feature.

I like the option of having the user explicitly setting the value to Zero. This makes sure that the user knows that he is setting it to zero and also...

This needs a change in dapr/cli before this can be picked up.

@alexlai97 Will you be interested in contributing a PR for this?