apollo-puller 0.1.0

Executable program which pull Ctrip Apollo configuration to local files, can be used as a sidecar.
1
2
3
4
5
6
7
8
9
10
11
# log_level: INFO
# worker_threads: 3
dir: "<dir of configurations>"
config_service_url: "<url of apollo config service>"
host:
  type: "HostName"  # HostName, HostCidr or Custom
apps:
- app_id: "<apollo app id>"
  namespaces:
  - application.properties
  - application.yaml