Skip to content

Commit

Permalink
chore: Remove notes about ordering keys being experimental.
Browse files Browse the repository at this point in the history
  • Loading branch information
kamalaboulhosn committed May 2, 2020
1 parent 607328b commit 38b2a3e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions google/cloud/pubsub_v1/publisher/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,8 +315,6 @@ def publish(self, topic, data, ordering_key="", **attrs):
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.
attrs (Mapping[str, str]): A dictionary of attributes to be
sent as metadata. (These may be text strings or byte strings.)
Expand Down
3 changes: 0 additions & 3 deletions google/cloud/pubsub_v1/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@
PublisherOptions.__doc__ = "The options for the publisher client."
PublisherOptions.enable_message_ordering.__doc__ = (
"Whether to order messages in a batch by a supplied ordering key."
"EXPERIMENTAL: Message ordering is an alpha feature that requires "
"special permissions to use. Please contact the Cloud Pub/Sub team for "
"more information."
)


Expand Down

0 comments on commit 38b2a3e

Please sign in to comment.