apolloconfig/apollo

support HOCON format

Open

#2.164 geöffnet am 25. Apr. 2019

Auf GitHub ansehen
 (5 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Java (10.177 Forks)batch import
feature requesthelp wanted

Repository-Metriken

Stars
 (29.769 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 4T 13h) (6 gemergte PRs in 30 T)

Beschreibung

My company use inner config object with typeSafe config, we often use HOCON format to edit config file. But apollo only support yml/yaml/properties/json. We must first convert HOCON to json, and then poll apollo. Can apollo support HOCON format?

Contributor Guide