类 ApolloDynamicConfiguration

  • 所有已实现的接口:
    AutoCloseable, DynamicConfiguration, Configuration

    public class ApolloDynamicConfiguration
    extends Object
    implements DynamicConfiguration
    Apollo implementation, https://github.com/ctripcorp/apollo Apollo will be used for management of both governance rules and .properties files, by default, these two different kinds of data share the same namespace 'dubbo'. To gain better performance, we recommend separate them by giving namespace and group different values, for example: , 'dubbo=governance' is for governance rules while 'group=dubbo' is for properties files. Please see http://dubbo.apache.org/zh-cn/docs/user/configuration/config-center.html for details.