Jigar

Results 11 comments of Jigar

@dapr/maintainers-dotnet-sdk Support for reminders is added through actor classes implementing `IRemindable` interface which has method `Task ReceiveReminderAsync(string, byte[] , TimeSpan , TimeSpan )`, Now with repetitions and ISO 8601 intervals...

@rynowak I want to continue this, however, do we not want functionality of creating reminders with intervals from dotnet sdk. If yes then its a breaking change. For regular expression,...

Lets try and come up with suggestions

Apologies if the title/description is misleading The goal here is to provide reminders with repetitions. The current api for an Actor to register a reminder is `protected async Task RegisterReminderAsync(string...

This should be taken up when Actor support is added.

@wcs1only what will be the contents of the file approach you are mentioning, will it be address of a single boostrap dapr side car or list of all dapr side...

So I am planning to start work on this issue. As per the discussions, I will create a new name resolution component `local` that imitates `dapr list` and does process...