Covering relation dubbo configuration

  dubbo recommended configuration as much as possible on the Provider Consumer-side properties:

    • By the service provider to set a timeout, because how long a method needs to be performed, the service provider more clearly, if a consumer reference multiple services at the same time, you do not care about the parameter settings for each service;  
    • After Provider configuration, not Consumer Provider Configuration value is used, i.e., as a default configuration may Provider Consumer; otherwise, use the global settings Consumer Consumer end, which is not controlled for Provider, and often irrational ;

 

  Configuration of rules covering:

    1. A method other than the interface level level configuration, i.e. small Scope priority;

    2.Consumer side configuration is superior than the global configuration Provider configuration;

    3. Finally dubbo Hard Code (hard-coded) defaults

      

 

Guess you like

Origin www.cnblogs.com/coder-zyc/p/11682085.html