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

Use cell alias for all cells in a vitess cluster instead of querying vitess #80

Merged
merged 1 commit into from
Oct 12, 2023

Conversation

Phanatic
Copy link
Contributor

PlanetScale databases have a cell alias that is universal across the vitess clusters we create, we can use this instead of querying for the vitess tablets.

GetCellsAliases
{
  "planetscale_operator_default": {
    "cells": [
      "aws_useast2a_2",
      "aws_useast2b_2",
      "aws_useast2c_2"
    ]
  }
}

@mcrauwel mcrauwel merged commit 7ab217c into main Oct 12, 2023
3 checks passed
@mcrauwel mcrauwel deleted the use-cell-alias branch October 12, 2023 09:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants