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
+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
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