Re: Hot update in dataflow without lossing messages

2024-04-28 Thread Wiśniowski Piotr
HI, I have pretty same setup. Regarding Terraform and DataFlow on GCP: - Terraform apply does check if there is a DataFlow job running with same `job_name` - if there is not - it does create a new one and waits till its in "running" state - if there is one already - it does try to update

Re: Any recomendation for key for GroupIntoBatches

2024-04-28 Thread Wiśniowski Piotr
Hi, Might be late to the discussion, but providing another option (as I think it was not mentioned or I missed it). Take a look at [this](https://beam.apache.org/releases/pydoc/current/apache_beam.transforms.util.html#apache_beam.transforms.util.BatchElements) as I think this is precisely