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 2020/04/17 04:25:44 UTC

[GitHub] [incubator-shardingsphere] kimmking commented on issue #5216: Does ShardingProxy already support automatically disabling unavailable data sources, such as automatically setting DISABLED to the registry?

kimmking commented on issue #5216: Does ShardingProxy already support automatically disabling unavailable data sources, such as automatically setting DISABLED to the registry?
URL: https://github.com/apache/incubator-shardingsphere/issues/5216#issuecomment-615033732
 
 
   Not exactly.
   For example: shardingProxy proxy 1 master and 3 slaves(slave0,1,2), we can disable one slaves such like slave0 via sharding-ui. And then we only select data from slave1,2.
   
   ShardingProxy don't know `what's unavailable data sources`, so it can't `automatically`  disiable nodes. It's been decided and operated manually by users. 
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services