Skip to content

Commit

Permalink
fix: Remove EXPERIMENTAL tag for ordering keys in publisher/client.py (
Browse files Browse the repository at this point in the history
…#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>
  • Loading branch information
3 people committed Mar 30, 2021
1 parent 700bd28 commit b035b86
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions google/cloud/pubsub_v1/publisher/client.py
Expand Up @@ -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".
Expand Down

0 comments on commit b035b86

Please sign in to comment.