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:
[email protected]
For queries about this service, please contact Infrastructure at:
[email protected]