You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2021/10/26 16:44:14 UTC

[GitHub] [shardingsphere] terrymanu edited a comment on issue #13287: The issue of the dependency order of `feature-core` modules

terrymanu edited a comment on issue #13287:
URL: https://github.com/apache/shardingsphere/issues/13287#issuecomment-952121131


   Firstly, I need to answer the questions:
   
   > 1. ShardingSphere-JDBC cannot use DistSQL, but still introduces the distsql modules through the dependency on feature-core modules;
   
   Indeed, ShardingSphere-JDBC should support DistSQL too, but we have no time to complete it yet, I want open to discuss how and when to support it.
   
   > 2. In ShardingSphere-Proxy, the work of the feature-core module does not actually need to use distsql. The current structure is only to indirectly introduce distsql dependency for shardingsphere-proxy-backend module.
   
   It is same with the 1st question, if DistSQL is necessary for all adaptors, we need to move it from shardingsphere-proxy-backend module to more kernel module.
   
   > 3. Feature-distsql may need to use the objects in feature-core, but because of the dependency order, it cannot be imported conveniently.
   
   Maybe we need to keep it with same reason to previous questions.
   


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org