Migrations

Release v793

If you are whitelisting the WarpStream control plane endpoint (like metadata.default.us-east-1.warpstream.com) you need to add additional endpoints before migrating. The exact format is:

<prefix>.metadata.<region>.<cloud_provider>.warpstream.com

With the following fields:

  • prefix will be alpha, beta and gamma , meaning you need to whitelist 3 different values (always the 3 values, no matter what the region/cloud provider is)

  • region is what you picked in the console UI or through the API, like us-east-1 or eastus

  • cloud_provider is the cloud provider of the region you pickred in the console UI or through the API. We support: aws / gcp / azure

Concretely let's say you picked aws/us-east-1 in the console, you want to whitelist the 3 endpoints:

  • alpha.metadata.us-east-1.aws.warpstream.com

  • beta.metadata.us-east-1.aws.warpstream.com

  • gamma.metadata.us-east-1.aws.warpstream.com

Last updated

Was this helpful?