-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Desired Behavior
- Mutations should "wait" until their side-effects are realized in underlying data store before returning to the caller
- This approximates "read-your-writes"
- There should be a timeout that fails if "read-your-write" condition is not met by the timeout
Benefits
- Builds more quickly
- Builds are more reliable
- Hacks are not in place to ensure side-effects are propagated
See this as an example:
and this:
Would ideally want a completely consumer-based interaction as opposed to polling, but polling can be a good first start.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request