In Apache Beam, what is the Control service and Provision service?

49 views Asked by At

In the Apache Beam Fn API, what are the responsibilities of the Control service and Provision service? How do they interact with the SDK Harness Container? Does the Control/Provision service contact the SDK Harness Container (to control, or provision it...?) - or vice versa?

For context, I am building a Dataflow custom container: https://cloud.google.com/dataflow/docs/guides/using-custom-containers#create_and_building_the_container_image and I am trying to understand the boot entrypoint, which has the control and provision service: https://github.com/apache/beam/blob/master/sdks/java/container/boot.go#L49

0

There are 0 answers