Skip to content

Commit 82e93a9

Browse files
pradnanguillanneufTakashi Matsuo
authored
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 <tianzi@google.com> Co-authored-by: Takashi Matsuo <tmatsuo@google.com>
1 parent 1476622 commit 82e93a9

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • packages/google-cloud-pubsub/google/cloud/pubsub_v1/publisher

packages/google-cloud-pubsub/google/cloud/pubsub_v1/publisher/client.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,6 @@ def publish(
269269
ordering_key: A string that identifies related messages for which
270270
publish order should be respected. Message ordering must be
271271
enabled for this client to use this feature.
272-
EXPERIMENTAL: This feature is currently available in a closed
273-
alpha. Please contact the Cloud Pub/Sub team to use it.
274272
retry (Optional[google.api_core.retry.Retry]): Designation of what
275273
errors, if any, should be retried. If `ordering_key` is specified,
276274
the total retry deadline will be changed to "infinity".

0 commit comments

Comments
 (0)