From b035b86fe59e336d30e32bf67809cc2390e75889 Mon Sep 17 00:00:00 2001 From: Prad Nelluru Date: Tue, 30 Mar 2021 16:51:08 -0400 Subject: [PATCH] fix: Remove EXPERIMENTAL tag for ordering keys in publisher/client.py (#324) * Remove EXPERIMENTAL tag for ordering keys in publisher/client.py * fix(sample): mark test flaky (#326) * fix(sample): retry InternalServerError (#329) fixes #321 Co-authored-by: Tianzi Cai Co-authored-by: Takashi Matsuo --- google/cloud/pubsub_v1/publisher/client.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/google/cloud/pubsub_v1/publisher/client.py b/google/cloud/pubsub_v1/publisher/client.py index cf69a46be..d3efc317d 100644 --- a/google/cloud/pubsub_v1/publisher/client.py +++ b/google/cloud/pubsub_v1/publisher/client.py @@ -269,8 +269,6 @@ def publish( ordering_key: A string that identifies related messages for which publish order should be respected. Message ordering must be enabled for this client to use this feature. - EXPERIMENTAL: This feature is currently available in a closed - alpha. Please contact the Cloud Pub/Sub team to use it. retry (Optional[google.api_core.retry.Retry]): Designation of what errors, if any, should be retried. If `ordering_key` is specified, the total retry deadline will be changed to "infinity".