Two levels of recovery needed:
- Temporary failure. Note the retry strategy handles this now.
- Service down errors... proxy calls the node and the node is simply unavailable or network split.
Given the proxy will not do transactions, we need to effectively implement the eventual consistency model here.
Two levels of recovery needed:
Given the proxy will not do transactions, we need to effectively implement the eventual consistency model here.