-
Type:
Task
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: statefun-2.0.1, statefun-2.1.0
-
Fix Version/s: statefun-2.2.0
-
Component/s: Stateful Functions
-
Labels:
We are currently multiplexing multiple remote function's user value states into a single PersistedTable, using the state name as the table key.
This is not nice since:
- It does not allow individual states to have different properties, such as TTL expiration.
- We are restricted to only value states for remote functions
- links to