Rango created FLINK-40514:
-----------------------------

             Summary: [Docs] Doris pipeline connector option table does not 
match implementation
                 Key: FLINK-40514
                 URL: https://issues.apache.org/jira/browse/FLINK-40514
             Project: Flink
          Issue Type: Bug
          Components: Flink CDC, Documentation
    Affects Versions: cdc-3.6.0
            Reporter: Rango


The Doris pipeline connector option table in both
{{docs/content/docs/connectors/pipeline-connectors/doris.md}}
and the Chinese counterpart is out of sync with
{{DorisDataSinkOptions}} / {{DorisDataSinkFactory}}.

1. {{charset-encoding}} is documented as Boolean with default {{false}}.
   The option is String with default {{UTF-8}}, and {{DorisMetadataApplier}}
   reads it via {{config.get(CHARSET_ENCODING)}}.

2. {{auto-redirect}} is documented as String. The option is Boolean.

3. The English description of {{sink.ignore.update-before}} still contains
   leftover Java string concatenation ({{"\n" + "}}).

4. These optional options exist in the factory but are not listed:
   {{sink.enable-2pc}}, {{sink.check-interval}}, {{sink.buffer-size}},
   {{sink.buffer-count}}, {{sink.label-prefix}}, {{sink.use-cache}}.

I can update the English and Chinese option tables to match the code.




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

Reply via email to