Yufan Sheng created FLINK-26020: ----------------------------------- Summary: Unified Pulsar Connector config model Key: FLINK-26020 URL: https://issues.apache.org/jira/browse/FLINK-26020 Project: Flink Issue Type: Sub-task Components: Connectors / Pulsar Reporter: Yufan Sheng Fix For: 1.16.0
PulsarClient has built-in config model named ClientConfigurationData, ConsumerConfigurationData and ProducerConfigurationData. We don't want to expose all the config options. And some config options could conflict with each other. We decide to design a new config model based on Flink's Configuration. Which could provide type checks and better integration with Flink Table. -- This message was sent by Atlassian Jira (v8.20.1#820001)