Hi Apache Beam Maintainers,
I am using Cloud Dataflow for reading messages from a Pub/Sub subscription
(PubsubIO) and writing the messages to a text file (in Google Cloud
Storage). I have enabled Message Ordering for the subscription (
https://cloud.google.com/pubsub/docs/ordering).However, the pipeline fails
with the error message:
Workflow failed. Causes: pubsub subscription
projects/{project_name}/subscriptions/{subscription_name} has message
ordering enabled, which is not supported.
I am using JAVA SDK of apache beam version 2.24.0.Can anybody let me know
when (or in which version) will message ordering enabled subscriptions be
supported by Dataflow?
Thanks!
Regards,
Jithin