Add support for retrying internal failures#30
Add support for retrying internal failures#30rculbertson wants to merge 3 commits intonathan/inputplanefrom
Conversation
|
This seems like a pretty substantial first change — maybe we could write down what the plan is for input strategy and retries tracking long-term? |
|
@ekzhang Yes, sorry for the large PR :(. If it makes things easier, we could start by reviewing #15 - that uses the simpler I added this comment to the |
Co-authored-by: Eric Zhang <ekzhang1@gmail.com>
|
Chatted with @ekzhang about this PR. To make it easier to review, I will open a new PR adding just the Strategy abstraction, implemented for just the control plane. It will not introduce any new functionality (i.e. no input plane support). We can then add input plane support in subsequent PRs. |
This is based on #15.
Note: Please review typescript only! Everything described below hasn't been implemented in go yet. If the typescript looks good, I'll do the same in go.
This builds on the above PR in the following ways: