You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by "strongduanmu (via GitHub)" <gi...@apache.org> on 2023/06/26 11:30:06 UTC

[GitHub] [shardingsphere] strongduanmu opened a new issue, #26590: [Discussion] Consider moving the algorithms in sharding and encrypt plugins to a separate shardingsphere-plugin repository

strongduanmu opened a new issue, #26590:
URL: https://github.com/apache/shardingsphere/issues/26590

   Hi community,
   
   Due to the rapid development of ShardingSphere, plugin submodules are currently extracted from both sharding and encrypt modules to store some special algorithms contributed by the community, such as cosId, nanoid sharding algorithm, and sm3 and sm4 encryption algorithms. These plugins enrich the applicable scenarios of ShardingSphere, but also make ShardingSphere bloated and complicated. 
   
   ```
   .
   ├── encrypt
   │   ├── api
   │   ├── core
   │   ├── distsql
   │   └── plugin
   └──  sharding
         ├── api
         ├── core
         ├── distsql
         └── plugin
   ```
   
   Everyone is welcome to participate in the discussion and express their views. Thank you.


-- 
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.apache.org

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


[GitHub] [shardingsphere] github-actions[bot] commented on issue #26590: [Discussion] Consider moving the algorithms in sharding and encrypt plugins to a separate shardingsphere-plugin repository

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #26590:
URL: https://github.com/apache/shardingsphere/issues/26590#issuecomment-1676451441

   There hasn't been any activity on this issue recently, and in order to prioritize active issues, it will be marked as stale.


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


[GitHub] [shardingsphere] strongduanmu commented on issue #26590: [Discussion] Consider moving the algorithms in sharding and encrypt plugins to a separate shardingsphere-plugin repository

Posted by "strongduanmu (via GitHub)" <gi...@apache.org>.
strongduanmu commented on issue #26590:
URL: https://github.com/apache/shardingsphere/issues/26590#issuecomment-1607327179

   Welcome @Swastyy, this task will keep ShardingSphere simple, and at the same time provide more opportunities for the community to customize algorithms, and everyone can use their ingenuity in the `shardingsphere-plugin` repository.


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


[GitHub] [shardingsphere] tristaZero closed issue #26590: [Discussion] Consider moving the algorithms in sharding and encrypt plugins to a separate shardingsphere-plugin repository

Posted by "tristaZero (via GitHub)" <gi...@apache.org>.
tristaZero closed issue #26590: [Discussion] Consider moving the algorithms in sharding and encrypt plugins to a separate shardingsphere-plugin repository
URL: https://github.com/apache/shardingsphere/issues/26590


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


[GitHub] [shardingsphere] Swastyy commented on issue #26590: [Discussion] Consider moving the algorithms in sharding and encrypt plugins to a separate shardingsphere-plugin repository

Posted by "Swastyy (via GitHub)" <gi...@apache.org>.
Swastyy commented on issue #26590:
URL: https://github.com/apache/shardingsphere/issues/26590#issuecomment-1607316847

   Hi all and @strongduanmu , I will be contributing to some sub-tasks of this. Waiting for the `shardingsphere-plugin` repo to build and contribute to it. Have a great day!!


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


[GitHub] [shardingsphere] strongduanmu commented on issue #26590: [Discussion] Consider moving the algorithms in sharding and encrypt plugins to a separate shardingsphere-plugin repository

Posted by "strongduanmu (via GitHub)" <gi...@apache.org>.
strongduanmu commented on issue #26590:
URL: https://github.com/apache/shardingsphere/issues/26590#issuecomment-1635305514

   After discussion - https://lists.apache.org/thread/f7xkjlvzfkkk9lcbgrv33zcmlhwcm2xs, we will promote this work:
   
   - First of all, I will delete documents related to the Plugin algorithm;
   - Then, I will apply for a new ShardingSphere-Plugin warehouse and move the code in Plugin to the new warehouse.


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