chengxunhuang opened a new issue, #25859: URL: https://github.com/apache/shardingsphere/issues/25859
## In the protocol frontend module of sharding proxy, if you want to add a new database type, you need to use the Java SPI mechanism to add the fully qualified name loaded in the meta-inf.services of the new module. Why can't Java scan it? A module similar to MySQL has been added to the protocol frontend module in sharding proxy, and a fully qualified name for implementing DatabaseProtocolFrontendEngine has also been added under meta-inf.services However, there is no new database type added in all classes that implement the DatabaseProtocolFrontendEngine interface using Java SPI  -- 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]
