codeAntg opened a new pull request, #208:
URL: https://github.com/apache/doris-flink-connector/pull/208

   **feature description :** 
   such as we have these tables that need to be synchronized.
   mysql tables
   a_0
   a_1
   b_0
   b_1
   c
   
   doris tables
   a
   b
   c
   
   We can add two parameters to achieve this effect.
   --including-tables="a_.\*|b_.\*|c"
   --multi-to-one-origin="a_.\*|b_.\*"
   --multi-to-one-target="a|b"
   
   **Implementation principle :** 
   1.Create only one table
   2.Multiple tables to one side output stream


-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to