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

introduce query policy #475

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

introduce query policy #475

wants to merge 3 commits into from

Conversation

adecaro
Copy link
Contributor

@adecaro adecaro commented May 4, 2023

No description provided.

Signed-off-by: Angelo De Caro <[email protected]>
@adecaro adecaro self-assigned this May 4, 2023
Signed-off-by: Angelo De Caro <[email protected]>
Signed-off-by: Angelo De Caro <[email protected]>
@adecaro adecaro linked an issue May 6, 2023 that may be closed by this pull request

const (
// QueryAll requires an answer from all selected peers
QueryAll QueryPolicy = iota
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we can use the constant defined above

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

Successfully merging this pull request may close these issues.

Allow successful queries if one of the configured peers is down
2 participants