LeonYoah commented on issue #10274:
URL: https://github.com/apache/seatunnel/issues/10274#issuecomment-3789301689

   Please refer to the official example and do not rely on AI-generated 
content: https://seatunnel.apache.org/zh-CN/docs/2.3.12/connector-v2/sink/Doris 
   
   ```
   sink {
     Doris {
       fenodes = "doris_cdc_e2e:8030"
       username = root
       password = ""
       database = "test"
       table = "e2e_table_sink"
       sink.label-prefix = "test-cdc"
       sink.enable-2pc = "true"
       sink.enable-delete = "true"
       doris.config {
         format = "json"
         read_json_by_line = "true"
       }
     }
   ```
   
   
   Secondly, why do you use it at source?
   ```
   partition_lower_bound = "0"
   partition_upper_bound = "200"
   ```
   Talk about your understanding?


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to