I'm trying to process files that are dropped into GCP buckets in order, however, I can't seem to find a way to set an orderingKey
on the StorageNotification
.
https://cloud.google.com/pubsub/docs/publisher#using-ordering-keys
Looking at this page, there's this line:
You can publish messages with ordering keys using the Google Cloud console, the Google Cloud CLI, or the Pub/Sub API.
Does that mean that it is NOT possible to do so via a StorageNotification? In which case... I'm now trying to figure out what options I have to be able to enable an ordering key on GCS buckets...
Any clarifications/thoughts?
Thank you