Python-IBM opened a new issue, #5592:
URL: https://github.com/apache/seatunnel/issues/5592

   ### Search before asking
   
   - [X] I had searched in the 
[feature](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22Feature%22)
 and found no similar feature requirement.
   
   
   ### Description
   
   The source and sink configuration in the official document connector V2 of 
version 2.3.3 only supports single tables and does not support multiple tables.
   
   ### Usage Scenario
   
   source {
     MySQL-CDC {
       result_table_name = "fake"
       parallelism = 1
       server-id = 5656
       username = "mysqluser"
       password = "mysqlpw"
       database-name = db_test
       table-names = ["table_a","table_b","table_c"]
       base-url = "jdbc:mysql://localhost:56725/inventory_vwyw0n"
     }
   }
   
   sink {
       Doris {
           fenodes = "e2e_dorisdb:8030"
           username = root
           password = ""
           #table.identifier = "test.e2e_table_sink"
           table-names = ["table_a","table_b","table_c"]
           sink.enable-2pc = "true"
           sink.label-prefix = "test_csv"
           doris.config = {
             format = "csv"
             column_separator = ","
           }
       }
   }
   
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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