使用 JAVA REPL 解释 Dataflow JAVA SDK 命令

Interpret Dataflow JAVA SDK commands with JAVA REPL

Java-REPL give the ability to recognize,interpret and run the java commands user entering from the UI. Suppose we need to run some java commands provided by special SDK using Java-REPL. In my case, I want to run commands which contain methods provided by Google Dataflow SDK。 如何实现这个目标?

的答案解决了类似的问题。作业的代码在作业启动时打包。

但是请注意,对于流式管道,您可以使用 pipeline update 功能来更改作业的逻辑。