Beam High Priority Issue Report (38)

2023-08-04 Thread beamactions
This is your daily summary of Beam's current high priority issues that may need attention. See https://beam.apache.org/contribute/issue-priorities for the meaning and expectations around issue priorities. Unassigned P1 Issues: https://github.com/apache/beam/issues/27648 [Bug]: Python SDFs

Re: [VOTE] Vendored Dependency guava 32.1.2-jre Release

2023-08-04 Thread Chamikara Jayalath via dev
+1 (binding) Verified the signature and checksum of artifacts. Thanks, Cham On Thu, Aug 3, 2023 at 12:02 PM Yi Hu via dev wrote: > Hi everyone, > > > Please review the release of the following artifacts that we vendor: > > > * beam-vendor-guava-32_1_2-jre > > > Please review and vote on the re

KafkaIO Parameter Issue | Runtime PipelineOptions | Apche Beam

2023-08-04 Thread himanshu singhal
Hello Beam Team, I am using apache beam for reading from Kafka using KafkaIO in Dataflow Runner. Here I am facing an issue to make KafkaIO Parameters (like -> Config, topics) dynamic. I mean, when I am making these parameters as a PipelineOptions using RuntimeValueProvider My Dataflow Template is