ray-project / ray_beam_runner

Ray-based Apache Beam runner
Apache License 2.0
41 stars 12 forks source link

General questions on worker design #8

Closed wilsonwang371 closed 2 years ago

wilsonwang371 commented 2 years ago

As we discussed previously, I want to discuss a little bit about how we implement worker on ray. In FnAPIRunner implementation, workers have a few design detail questions.

If needed, we can later hold meetings to talk some of the details.

pabloem commented 2 years ago

the current implementation relies on the SDK worker interface, but we may even be able to skip that interface, and use the internal interfaces for it.