apolloconfig/apollo

support HOCON format

Open

#2,164 opened on Apr 25, 2019

View on GitHub
 (5 comments) (0 reactions) (0 assignees)Java (29,769 stars) (10,177 forks)batch import
feature requesthelp wanted

Description

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