You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2021/08/03 09:54:02 UTC

[GitHub] [dubbo-go] gaohuag opened a new issue #1364: 提供一个接口,在服务发现准备好之前,等待准备好

gaohuag opened a new issue #1364:
URL: https://github.com/apache/dubbo-go/issues/1364


   <!-- Please only use this template for submitting enhancement requests -->
   
   **What would you like to be added**:
   提供一个接口,在服务发现准备好之前,等待准备好
   **Why is this needed**:
   目前的策略是sleep 3s,见代码:
   `func init() {
   	config.Load()
   	referenceConfig.GenericLoad(appName) //appName is the unique identification of RPCService
   	time.Sleep(3 * time.Second)
   }`
   


-- 
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@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go] LaurenceLiZhixin commented on issue #1364: 提供一个接口,在服务发现准备好之前,等待准备好

Posted by GitBox <gi...@apache.org>.
LaurenceLiZhixin commented on issue #1364:
URL: https://github.com/apache/dubbo-go/issues/1364#issuecomment-978870338


   I updated the default reference config's check field to true, and consumerConfig would wait for invoker ready until timeout.
   Refer to #1531 


-- 
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@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go] LaurenceLiZhixin closed issue #1364: 提供一个接口,在服务发现准备好之前,等待准备好

Posted by GitBox <gi...@apache.org>.
LaurenceLiZhixin closed issue #1364:
URL: https://github.com/apache/dubbo-go/issues/1364


   


-- 
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@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org