apache / beam

Apache Beam is a unified programming model for Batch and Streaming data processing.
https://beam.apache.org/
Apache License 2.0
7.89k stars 4.27k forks source link

[Feature Request]: [Streaming Engine Worker] Use more asynchronous processing for auxiliary streaming engine worker processing. #30755

Open m-trieu opened 8 months ago

m-trieu commented 8 months ago

What would you like to happen?

Right now we block worker startup on some RPCs (i.e reporting worker startup to dataflow backend). Do not block on this and see if we can make this task as well as possibly others asynchronous.

cc @arunpandianp @scwhittle

Issue Priority

Priority: 3 (nice-to-have improvement)

Issue Components

m-trieu commented 8 months ago

can assign to me