You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Hongshun Wang (Jira)" <ji...@apache.org> on 2024/04/16 07:40:00 UTC

[jira] [Created] (FLINK-35121) CDC pipeline connector should verify requiredOptions and optionalOptions

Hongshun Wang created FLINK-35121:
-------------------------------------

             Summary: CDC pipeline connector should verify requiredOptions and optionalOptions
                 Key: FLINK-35121
                 URL: https://issues.apache.org/jira/browse/FLINK-35121
             Project: Flink
          Issue Type: Improvement
          Components: Flink CDC
            Reporter: Hongshun Wang


At present, though we provide org.apache.flink.cdc.common.factories.Factory#requiredOptions and org.apache.flink.cdc.common.factories.Factory#optionalOptions, but both are not used anywhere. This means not verifying requiredOptions and optionalOptions.

Thus, like what DynamicTableFactory does, provide 
FactoryHelper to help verify requiredOptions and optionalOptions.
 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)