You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Google Cloud Pub/Sub ordering keys provide the ability to ensure related
messages are sent to subscribers in the order in which they were published.
The service guarantees that, for a given ordering key and publisher, messages
are sent to subscribers in the order in which they were published.
Note: At the time of this release, ordering keys are not yet publicly enabled
and requires special project enablements.