yugabyte/yugabyte-db

[Platform] Add an API for syncing platform with cluster state

daniel-yb opened this issue · 0 comments

Long term plan is to be able to use this API to reconcile as much state of the DB with the platform as possible (so try to keep the URI/schema as generic as possible).

A good place to start is for it to contain:

  1. Reconcile cluster config version on DB with universe version in YW (i.e. update the YW universe version to match cluster config version)
  2. Parse xClusterReplication setup and add/modify entries for table created as part of #8769