-
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
on-demand lazy loading for S/RDS #10641
Comments
@stevenzzzz I've tagged this as an open xDS/API issue, but could you elaborate a little more on this one for folks who don't have the same context that we share? |
sure, what's missing here is to make on-demand RDS work w/ the SRDS: depends on how we design it, we could either:
I think likely we want to pick option 2. |
If you anticipate SRDS SoTW not being a scaling bottleneck, then I agree that (2) makes the most sense. One thing to keep in mind is that there is not a full blown existing on-demand RDS, rather we have on-demand VHDS, which is most of what is needed for on-demand RDS but there is a missing last mile there. CC @dmitri-d |
agreed. The current RDS is "on-demand-RDS when no route entry", w/ SRDS
supporting on-demand, what we need is actually "on-demand RDS for no
route-table".
for users w/. many route-tables configured, on-demand SRDS makes sense as a
measure of lazy loading route tables.
…On Sun, Apr 5, 2020 at 7:40 PM htuch ***@***.***> wrote:
If you anticipate SRDS SoTW not being a scaling bottleneck, then I agree
that (2) makes the most sense. One thing to keep in mind is that there is
not a full blown existing on-demand RDS, rather we have on-demand VHDS,
which is most of what is needed for on-demand RDS but there is a missing
last mile there. CC @dmitri-d <https://github.com/dmitri-d>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#10641 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA2I6TDD4KPYNSS3XKJUHJDRLEJILANCNFSM4L4JJ36Q>
.
--
Xin Zhuang
|
+1 for building this into the on-demand VHDS filter/support. |
Issue Template
Title: * On demand S/RDS
Description:
[optional Relevant Links:]
The text was updated successfully, but these errors were encountered: