Jetiaime commented on issue #6696:
URL: https://github.com/apache/seatunnel/issues/6696#issuecomment-2051214988

   > You can define the source like this:
   > 
   > source { Mysql-CDC { result_table_name = "tb1" base-url = 
"jdbc:mysql://127.0.0.1:3306/seatunnel" username = "root" password = "xxx" 
table-names = ["seatunnel.role"] } Mysql-CDC { result_table_name = "tb2" 
base-url = "jdbc:mysql://hadoop05:3306/db1" username = "root" password = "xxxx" 
table-names = ["db1.role"] } }
   
   Yeah, this is another way to finish it. But for my example, there are many 
common configs in my `source`. Is it a better way that I specific 
`result_table_name` for each table, rather than I copy the same config for many 
times. I know that `result_table_name` is a very basic configuration in the 
code. Is there any chance to put it into a table level configuration, not a 
datasource level.


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