-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Support multi-level locality aware routing #1796
Labels
Comments
htuch
added a commit
to htuch/envoy
that referenced
this issue
Oct 2, 2017
We now do single level locality-aware routing, using the EDS supplied Locality consisting of (region, zone, sub_zone). This is only a simple extension and rename of zone aware routing, there is no support yet for multi-level locality routing (see envoyproxy#1796). Signed-off-by: Harvey Tuch <[email protected]>
htuch
added a commit
that referenced
this issue
Oct 3, 2017
…1797) We now do single level locality-aware routing, using the EDS supplied Locality consisting of (region, zone, sub_zone). This is only a simple extension and rename of zone aware routing, there is no support yet for multi-level locality routing (see #1796). Signed-off-by: Harvey Tuch [email protected]
rshriram
pushed a commit
to rshriram/envoy
that referenced
this issue
Oct 30, 2018
@rshriram @mattklein123 is there a final direction we decided on taking on this? In any case, I don't see any major changes around this until v4. |
@htuch I haven't thought about this in a while. TBH I think we should just close this until someone asks for it explicitly but up to you. |
Ack, closing it out for now, will reopen if anyone wants this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Now that Envoy is aware of hierarchical locality (region, zone, sub_zone), it may be useful to be able to perform LB in a region, zone and sub_zone aware fashion. The current implementation groups these into a single flat locality identifier, so is effectively concatenating the locality names across levels.
The text was updated successfully, but these errors were encountered: