You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/11/17 13:31:09 UTC

[GitHub] [shardingsphere] caqhy commented on issue #22214: Nacos Repository throws 'Wait value availability timeout exceeded' Exception

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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org