JackeyLee007 opened a new issue, #4722:
URL: https://github.com/apache/paimon/issues/4722

   ### Search before asking
   
   - [X] I searched in the [issues](https://github.com/apache/paimon/issues) 
and found nothing similar.
   
   
   ### Motivation
   
   We have a public kafka topic which ingests all infrequent data from 
different databases.
   But to sink the data, they needs routed to diffrent paimon databases. For 
exmaple:
   ```
   mdm_db --> ods_mdm
   reatail_db --> ods_retail
   ``` 
   
   ### Solution
   
   Adding new options for database whitelist and blacklist, like the following:
   ```shell
   kafka_sync_database
   ...
   --including_database mdm_db|mdm_other.*
   --excluding_database retail_db|other.*
   ...
   ```
   
   ### Anything else?
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [X] I'm willing to submit a PR!


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