abp
abp copied to clipboard
State Management API
- We can consider to introduce a state management API like Dapr's state management: https://docs.dapr.io/developing-applications/building-blocks/state-management/state-management-overview/
- We can integrate to Dapr, surely.
- Default persistence can be distributed cache. We can create a module that persists it in a database.