strongduanmu opened a new issue, #18863: URL: https://github.com/apache/shardingsphere/issues/18863
## Feature Request ### Is your feature request related to a problem? No. ### Describe the feature you would like. At present, the master branch of ShardingSphere can only support a specific database protocol after startup, such as MySQL protocol or PostgreSQL protocol, and then mock different database metadata according to the database protocol type. This usage is not flexible enough, and users cannot dynamically switch database protocols and database metadata. So we hope to support request-level database protocols and database metadata by listening to different ports. Then according to the type of the request-level database protocol, the mock database metadata. -- 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]
