Skip to content
New issue

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

Improve RetryableMultiRegion #337

Open
pingyu opened this issue Feb 22, 2022 · 0 comments
Open

Improve RetryableMultiRegion #337

pingyu opened this issue Feb 22, 2022 · 0 comments

Comments

@pingyu
Copy link
Collaborator

pingyu commented Feb 22, 2022

In #332, we add a parameter preserve_region_results to indicate that RetryableMultiRegion should return response from all regions, or raise the first Error if there is any.

As @andylokandy suggests, for lower module coupling, other than using a parameter to control behavior of RetryableMultiRegion, it would be better that RetryableMultiRegion returns a generic response, and allows downstream plans to extract what they need from the response.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant