I need to programmatically drain a pipeline from within another pipeline. The DataflowPipelineJob
class doesn't have a drain
method implemented. Is it possible to call drain
on a pipeline from with the Java API?
相关问题
- Delete Messages from a Topic in Apache Kafka
- Jackson Deserialization not calling deserialize on
- How to maintain order of key-value in DataFrame sa
- StackExchange API - Deserialize Date in JSON Respo
- Difference between Types.INTEGER and Types.NULL in
Was able to initiate draining with the following code: