I have a Google Cloud Pub/Sub and Cloud Dataflow stream processing architecture, i need guaranteed message ordering. Is it possible to set the subscription message flow so that the dataflow workers are fixed per topic, so the messages are routed through the same dataflow worker and therefore should achieve message ordering.
Thanks
sort by
at the end of every apache-beam streaming window and thus guarantee message ordering (note this is not true for late messages that are processed past their original timing window). – Haris Nadeem