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/11/05 07:27:36 UTC

[GitHub] [dubbo] KomachiSion opened a new issue #9213: Add ability for protection of empty provider list.

KomachiSion opened a new issue #9213:
URL: https://github.com/apache/dubbo/issues/9213


   ## Describe the feature
   
   Currently Dubbo can support various registration centers including Nacos, Zookeeper and so on. And Dubbo can find the address list of the service provider from the registration center, so as to make RPC request.
   
   However, many kinds of exceptions may occur in the registration centers. For example, sometimes the list of new services obtained is empty, but in fact it is not an empty list. Some registration centers, such as Nacos, can ignore the empty list by switching on in some versions, but other registries may not provide such capabilities, resulting in a sudden `No provider` problem during runtime.
   
   For RPC, there should be no empty service provider list in most correct situations. Therefore, I hope to add an ability to ignore the empty provider list when this happens. And I think it is a common feature, which is not depended registration centers type.


-- 
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