Reputation: 825
Netflix state on the Archaius Overview page that
Each Configuration can be sourced from a Configuration Source such as: JDBC, REST, .properties file etc.
However, I can't find any reference in the Javadocs to an existing REST-based ConfigurationSource.
Anyone see what I'm missing? Thank you.
Upvotes: 0
Views: 829
Reputation: 11
Rapid7 has released under the APL their own REST based configuration manager for Archaius called Conqueso.
You can see how to configure Archaius to use Conqueso through its Java client.
Perhaps you can leverage this project, or get ideas for your own implementation.
Upvotes: 1
Reputation: 26
Archaius can be sourced with a REST source. Internally, Netflix is using such a mechanism. However, this part hasn't been Open sourced yet. We have that on the roadmap but no particular timeline yet on when we can release it to the community.
Upvotes: 1