Skip to content

Commit b035b86

Browse files
pradnanguillanneufTakashi Matsuo
authored
fix: Remove EXPERIMENTAL tag for ordering keys in publisher/client.py (googleapis#324)
* Remove EXPERIMENTAL tag for ordering keys in publisher/client.py * fix(sample): mark test flaky (googleapis#326) * fix(sample): retry InternalServerError (googleapis#329) fixes googleapis#321 Co-authored-by: Tianzi Cai <tianzi@google.com> Co-authored-by: Takashi Matsuo <tmatsuo@google.com>
1 parent 700bd28 commit b035b86

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

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)