Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Dns package rewrite #596

Draft
wants to merge 11 commits into
base: denopink/feat/rewrite
Choose a base branch
from
Draft

Conversation

maurafortino
Copy link
Contributor

What's Included
-updated the logic of the chooser so we only have a priority chooser
-priority chooser is sorted in ascending order
-map is created so that if there are mutliple srvs with the same priority they are grouped together
-we then choose an srv from those srvs based on their weight
Question: is this current logic even correct for a round robin choice?
Question: if correct: if there are multiple srvs for a priority and the one chosen fails do we want to try the other weights or do we just want to skip ahead to the next priority

@maurafortino maurafortino marked this pull request as draft January 31, 2025 16:57
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant