Re: OpenJDK8 / OpenJDK11 container deprecation

2023-02-16 Thread Luke Cwik via user
I upgraded the docker version on Jenkins workers and the tests passed. (also installed Python 3.11 so we are ready for that) On Tue, Feb 14, 2023 at 3:21 PM Kenneth Knowles wrote: > SGTM. I asked on the PR if this could impact users, but having read the > docker release calendar I am not concern

Backup event from Kafka to S3 in parquet format every minute

2023-02-16 Thread Lydian
I want to make a simple Beam pipeline which will store the events from kafka to S3 in parquet format every minute. Here's a simplified version of my pipeline: def add_timestamp(event: Any) -> Any: from datetime import datetime from apache_beam import window return window.TimestampedV