You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "HelloToGithub (via GitHub)" <gi...@apache.org> on 2023/03/01 03:33:01 UTC

[GitHub] [dubbo] HelloToGithub commented on issue #11680: Client not connected, current status:SHUTDOWN

HelloToGithub commented on issue #11680:
URL: https://github.com/apache/dubbo/issues/11680#issuecomment-1449281290

   DubboDefaultPropertiesEnvironmentPostProcessor 类中setDubboApplicationQosEnableProperty方法 默认初始化了dubbo.application.qos-enable等于true
   
       private void setDubboApplicationQosEnableProperty(Map<String, Object> defaultProperties) {
           defaultProperties.put(DUBBO_APPLICATION_QOS_ENABLE_PROPERTY, Boolean.TRUE.toString());
       }
   


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