lalicw opened a new issue #2158: support for SQL route extension URL: https://github.com/apache/incubator-shardingsphere/issues/2158 ## Feature Request we are using shardingsphere in our project, but we found there is no way to customize the sql route logic. for example, there are only few tables using db sharding deature, so we don't want to parse the sql all the time, and we can set some thread local context to tell the sharding-jdbc layer current sql wish to use db sharding or not. so we suggest to add the ability to add extension for sql route logic that can use the context to decide which datasource to be used without parsing the sql. ### Is your feature request related to a problem? no ### Describe the feature you would like. sql route extension ability without parse the sql.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
