Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alternate Config impls ... S3, http? #28

Closed
mwnorman opened this issue Feb 19, 2017 · 2 comments
Closed

Alternate Config impls ... S3, http? #28

mwnorman opened this issue Feb 19, 2017 · 2 comments

Comments

@mwnorman
Copy link

The (default) com.networknt.config module implements a file-based config-properties system.
Any idea how hard it would be to re-implement using S3 or some other mechanism (like HTTP
to an external server)?

@stevehu
Copy link
Contributor

stevehu commented Feb 19, 2017

If you look into the code, it is based on SPI so other implementations can be plugged in easily. I don't have S3 access but I have plan to implement config on consul and zookeeper as we've already using them for service registry and discovery.

@stevehu
Copy link
Contributor

stevehu commented Feb 24, 2017

#29

@stevehu stevehu closed this as completed Feb 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants