Wenkai Qi created FLINK-35730:
---------------------------------
Summary: PipelineDefinitionParser add parse string method
Key: FLINK-35730
URL: https://issues.apache.org/jira/browse/FLINK-35730
Project: Flink
Issue Type: New Feature
Components: Flink CDC
Reporter: Wenkai Qi
/**
* Parse the specified pipeline definition string, merge global configurations,
then generate
* the \{@link PipelineDef}.
*/
PipelineDef parse(String text, Configuration globalPipelineConfig) throws
Exception;
Adding this method is beneficial for third-party platforms to use this
interface to parse strings as PipelineDef.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)