-
Notifications
You must be signed in to change notification settings - Fork 135
Open
Labels
kind/enhancementNew feature or requestNew feature or request
Description
Describe the feature
It would be great to have first-class support for integrating Django with Dapr. This could include utilities for e.g. service invocation, state management, pub/sub handling, and bindings integration within a Django app.
Use cases:
- Exposing Django views as Dapr service endpoints for service invocation
- Consuming pub/sub events via Django
- Native support for Dapr Workflows: defining, invoking, and managing workflows using Django APIs
- Using Dapr's state management as a cache backend for Django
- Actor support like in FastAPI or Flask
- integration of configurations and secrets in Djano Settings with an additional callback hook for changes
Release Note
RELEASE NOTE: Add Django Support for Dapr
Metadata
Metadata
Assignees
Labels
kind/enhancementNew feature or requestNew feature or request