From cecb4be6d631e5c1783e6131460754008d38d04c Mon Sep 17 00:00:00 2001 From: Abhinav Nekkanti <10552725+anekkanti@users.noreply.github.com> Date: Tue, 7 Nov 2023 09:15:36 -0800 Subject: [PATCH] address review comments --- temporal/api/cloud/namespace/v1/message.proto | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/temporal/api/cloud/namespace/v1/message.proto b/temporal/api/cloud/namespace/v1/message.proto index 0a10d07..0bc1e03 100644 --- a/temporal/api/cloud/namespace/v1/message.proto +++ b/temporal/api/cloud/namespace/v1/message.proto @@ -45,10 +45,11 @@ message NamespaceSpec { // This will create a namespace that's available at '..tmprl.cloud:7233'. // The name is immutable. Once set, it cannot be changed. string name = 1; - // The regions where the namespace should be hosted. - // Specifying more than one region makes the namespace a Global Namespace, which is currently a preview only feature with restricted access. - // Please reach out to temporal support for more information on Global Namespaces. + // The regions of availability for the namespace. + // Specifying more than one region makes the namespace "global", which is currently a preview only feature with restricted access. + // Please reach out to Temporal support for more information on global namespaces. // When provisioned the Global Namespace will be active on the first region in the list and passive on the rest. + // Number of supported regions today is 2. Could be more in the future. // The regions is immutable. Once set, it cannot be changed. repeated string regions = 2; // The number of days the workflows data will be retained for.