Closed
Description
PubSubAdmin.createSubscription()
will need to be expanded to allow enabling ordering, and whenever we create a PubsubMessage
, we need to be able to set the ordering key for it.
Also, the Pub/Sub Cloud Stream Binder will need to be updated to support the option.
See: https://cloud.google.com/pubsub/docs/ordering
See: https://cloud.google.com/pubsub/docs/publisher#using_ordering_keys
Q: Does it makes sense to expose the keys as partitions in a Kafka-binder-like API?