Hi, community
We consider optimizing the data structure of config center in the upcoming
release of 5.0.0-alpha [1], the new structure is as follows :
├─orchestration-name
│ ├──authentication
│ ├──props
│ ├──schemas [${schema_1},${schema_2}]
│ │ ├──${schema_1}
│ │ │ ├──datasource
│ │ │ ├──rule
│ │ │ ├──table
│ │ ├──${schema_2}
│ │ │ ├──datasource
│ │ │ ├──rule
│ │ │ ├──table
│ │ ├──....
│ ├──state
│ │ ├──datanodes
│ │ │ ├──${schema_1}
│ │ │ │ ├──${datasource_1}[DISABLED]
│ │ │ │ ├──${datasource_2}[DISABLED]
│ │ │ ├──${schema_2}
│ │ │ ├──....
│ │ ├──proxynodes
│ │ │ ├──${IP1@PID1@UUID}
│ │ │ ├──${IP2@PID2@UUID}
│ │ │ ├──....
[1] https://github.com/apache/shardingsphere/issues/7325
**welcome your discussion!**
--
Haoran Meng
[email protected]