azure-functions-extension icon indicating copy to clipboard operation
azure-functions-extension copied to clipboard

Actor input/output binding support

Open cgillum opened this issue 4 years ago • 4 comments

Functions should be able to send one-way messages to actors using output bindings and also fetch the state of an actor using input bindings.

cgillum avatar Apr 04 '20 20:04 cgillum

This issue needs more clarification, @msfussell and I will discuss the scenario before it can be implemented.

amanbha avatar Apr 17 '20 19:04 amanbha

Would be happy to have this!

tomkerkhove avatar Aug 10 '20 06:08 tomkerkhove

I have this scenario in mind https://github.com/Azure/azure-functions-dapr-extension/issues/88#issuecomment-1741976490 which I described also in #88

KaiWalter avatar Oct 02 '23 12:10 KaiWalter

@cgillum do you see a chance that actor reminders fire a Function trigger like e.g. DaprActorReminderTrigger

KaiWalter avatar Oct 06 '23 12:10 KaiWalter