You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@beam.apache.org by Talat Uyarer via user <us...@beam.apache.org> on 2023/02/02 17:02:20 UTC

Beam Portable Framework Question for Same SDK and Runner Language

Hi,

I know we use the portability framework when the sdk language (python) is
different from the runner's language(java) .

If my runner is Java based and I want to use the portability framework for
Java SDK. Is there any optimization on the Beam side rather than running
two separate docker images (one for SDK, one for Runner) and communicating
via GRPC.

Thanks