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

Support XDS to serve cluster nodes across dc's for single database/shard #100

Open
kingster opened this issue Aug 13, 2021 · 0 comments
Open
Labels
improvement Feature improvement

Comments

@kingster
Copy link
Member

yea so current envoy config is for all shards within a database and dc.

in current version

  1. each DC requires individual envoy xds server. thus each DC specific envoy XDS will have the dc-id configured accordingly. this also means that clients won't be able to make cross DC calls directly.
  2. we will only support 1 database for now.

I think above requirements are fine for current DKV.

in next version, we will change both DKV client SDK and envoy xds to support multi database, inter DC interaction with the same envoy xds and DKV cluster.

above is additional effort which we can prioritise based on which client is onboarding.

Originally posted by @krishan1390 in #99 (comment)

@kingster kingster added this to the Beta Release v0.1 milestone Aug 20, 2021
@kingster kingster added the improvement Feature improvement label Aug 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Feature improvement
Projects
None yet
Development

No branches or pull requests

1 participant