linjianchang commented on code in PR #3844: URL: https://github.com/apache/flink-cdc/pull/3844#discussion_r2059439708
########## flink-cdc-cli/src/main/java/org/apache/flink/cdc/cli/parser/YamlPipelineDefinitionParser.java: ########## @@ -97,6 +97,13 @@ public class YamlPipelineDefinitionParser implements PipelineDefinitionParser { public static final String TRANSFORM_TABLE_OPTION_KEY = "table-options"; + private static final String HOST_LIST = "host_list"; + private static final String COMMA = ","; + private static final String HOST_NAME = "hostname"; + private static final String PORT = "port"; + private static final String COLON = ":"; + private static final String MUTIPLE = "_mutiple"; Review Comment: @ChaomingZhangCN Hi,please help review when you have time,thanks! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org