menghaoranss opened a new issue #6682:
URL: https://github.com/apache/shardingsphere/issues/6682
Refer #6445
- [ ] 1. Revise Yaml
- [ ] 2. Revise SpringBoot
- [ ] 3. Revise Spring Namespace
- [ ] 4. Update examples
- [ ] 5. Update documents
Yaml:
```
orchestration:
name: orchestration_ds
registryCenter:
type: ZooKeeper
serverLists: localhost:2181
props:
retryIntervalMilliseconds: 500
timeToLiveSeconds: 60
maxRetries: 3
operationTimeoutMilliseconds: 500
overwrite: false
```
SpringBoot:
```
spring.shardingsphere.orchestration.name=orchestration-spring-boot-demo
spring.shardingsphere.orchestration.overwrite=true
spring.shardingsphere.orchestration.registry-center.type=ZooKeeper
spring.shardingsphere.orchestration.registry-center.server-lists=localhost:2181
spring.shardingsphere.orchestration.additionalConfigCenter.type=ZooKeeper
spring.shardingsphere.orchestration.additionalConfigCenter.server-lists=localhost:2181
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]