The meta domain will try to load the meta server address from MetaServerProviders, the default ones are:
- com.ctrip.framework.apollo.core.internals.LegacyMetaServerProvider
If no provider could provide the meta server url, the default meta url will be used(http://apollo.meta).
3rd party MetaServerProvider could be injected by typical Java Service Loader pattern.