-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Labels
.NETazure-functionsIssues and PRs related to Azure FunctionsIssues and PRs related to Azure Functionspython
Description
There have been asks about how to do streaming with durable agents, which is something the durable extension doesn't fully support. We should build out this support and create samples that show how to use it.
Note that this is not a trivial feature to add because durable agents run in a distributed environment, so that VM that handles the incoming HTTP request may not be the same VM that actually runs the agent. A "stream latching" mechanism is required. We've prototyped this using Redis pub/sub and should turn this into a proper sample so that others can learn how to do a similar thing.
This is needed for all SDKs:
- .NET
- Python
Metadata
Metadata
Assignees
Labels
.NETazure-functionsIssues and PRs related to Azure FunctionsIssues and PRs related to Azure Functionspython
Type
Projects
Status
Done