For "config" part, masterslave_db should be added.
config
├──authentication # Sharding-Proxy
authentication configuration
├──props # Properties configuration
├──schema # Schema configuration
├ ├──sharding_db # SchemaName configuration
├ ├ ├──datasource # Datasource configuration
├ ├ ├──rule # Sharding rule configuration
├ ├──masterslave_db # SchemaName configuration
├ ├ ├──datasource # Datasource configuration
├ ├ ├──rule # Master-slave rule
configuration
sunbufu <[email protected]> 于2019年12月28日周六 下午1:48写道:
> Hi all.
>
>
> We are working on orchestration-5.x as plain (
> https://github.com/apache/incubator-shardingsphere/issues/3185). And now,
> we get a question in step 3 to discussion with you.
> In step 3, we should replace the call relationship of old registry center
> by the call relationship of new registry center and new config center, and
> then we can delete the old registry center. In other words, we should put
> the data from old registry center in new registry center and new config
> center. So ** which data should be put in the new registry center and which
> data should be put in the new config center ? **
>
>
> The follow is an example data from old registry center :
> ```
> orchestration_ds
> config
> authentication
> props
> schema
> sharing_db
> datasource
> rule
> state
> datasources
> instances
> ```
> I have discussed with Zonglei and Yuan. We think we can put `config` node
> in the new config center, cause `config` node include some config data,
> such as `authentication` have user’s password. the same reason we can put
> `state` node in the new registry center. But we are not sure about this,
> can you confirm it for me ?
>
>
>
>
> —————————
> Haisheng Sun (sunbufu)
> Apache ShardingSphere
>
>