Class ApolloDynamicConfiguration

java.lang.Object
org.apache.dubbo.configcenter.support.apollo.ApolloDynamicConfiguration
All Implemented Interfaces:
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:

invalid input: '<'dubbo:config-center namespace="governance" group="dubbo" />, '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.