caqhy commented on issue #22214:
URL:
https://github.com/apache/shardingsphere/issues/22214#issuecomment-1318642159
@twosoy Hi, try the following configuration.
```yaml
mode:
type: Cluster
repository:
type: Nacos
props:
namespace: governance_ds
server-lists: localhost:8848
retryIntervalMilliseconds: 1000
timeToLiveSeconds: 60
maxRetries: 3
operationTimeoutMilliseconds: 500
```
If Nacos Repository still throws 'Wait value availability timeout exceeded'
Exception, please try increasing value of retryIntervalMilliseconds, maxRetries.
--
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]