我该如何使用Spring执行到GoogleCloudDataflow的Apache Beam管道?这个问题类似于,但这个问题更关注从Spring控制器启动管道,而不是从CommandLineRunner启动管道。Required when running a Dataflow in the cloud.See https:/
管道开始的代码: p.apply(BigQueryIO.Read.fromQuery(at com.google.cloud.dataflow.sdk.runners.worker.ParDoFnBase$1.output(ParDoFnBase.java:117)
at com.google.cloud.dataflow.
目前,这些是用来安排执行我所知道的Dataflow的任务的:
使用App服务或云函数。- This [example](https://cloud.google.com/blog/products/gcp/scheduling-dataflow-pipelines-using-app-engine-cron-service-or-cloud-functions- This [example](https:/