We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Right now, RPC failure is not handled well in light weight resource broadcasting which will leads to resource view stale in case of failure.
To handle the failure is not so straightforward given that there are states in each side.
We should change the resource broadcasting from unary API to streaming ones which simplify a lot of thins:
The text was updated successfully, but these errors were encountered:
fishbone
Successfully merging a pull request may close this issue.
Right now, RPC failure is not handled well in light weight resource broadcasting which will leads to resource view stale in case of failure.
To handle the failure is not so straightforward given that there are states in each side.
We should change the resource broadcasting from unary API to streaming ones which simplify a lot of thins:
The text was updated successfully, but these errors were encountered: