zjcnb opened a new issue, #20552:
URL: https://github.com/apache/shardingsphere/issues/20552
Hi community,
Now, ShardingSphere mode is divided into `Standalone` mode and `Cluster`
mode. We will adjustment load and persistent rules and datasource logic. Load
rules, datasources、props、tables if governance center already exists they.
Similarly local configuration are persisted to the governance center if the
governance center does not exist.
We can also create or alter our rules, data sources, metadata etc by
`DistSQL` `RDL`, `RQL`, `RAL`, `RUL`.
`Standalone mode : `
```
mode:
type: Standalone
repository:
type: H2
overwrite: false
```
`Cluster mode : `
```
mode:
type: Cluster
repository:
type: ZooKeeper
props:
namespace: governance_ds
server-lists: localhost:2181
retryIntervalMilliseconds: 500
timeToLiveSeconds: 60
maxRetries: 3
operationTimeoutMilliseconds: 500
overwrite: false
```
--
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]