Enable HTTP triggers for asynchronous functions

For example, synchronous functions backed by the Knative runtime can now interact with middlewares defined by Dapr output binding or pub/sub, and an asynchronous function will be triggered by the events sent from the synchronous function.

  • See this graph for basic overview
  • See this guide for the quickstart sample