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

   The native processing method of debezium will be converted to uppercase:
   @Override
   protected String resolveCatalogName(String catalogName) {
   final String pdbName = config().getString("pdb.name");
   return (! Strings.isNullOrEmpty(pdbName) ?  pdbName : 
config().getString("dbname")).toUpperCase();
   }


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