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

Re-design configuration #7

Open
c0c0n3 opened this issue Jul 3, 2017 · 2 comments
Open

Re-design configuration #7

c0c0n3 opened this issue Jul 3, 2017 · 2 comments

Comments

@c0c0n3
Copy link
Member

c0c0n3 commented Jul 3, 2017

Configuration relies heavily on Spring IoC (see also #6), make it more framework-independent and use Vert.x under the bonnet. Possibly get rid of all the type-safeness as I think in a language like Java it's more trouble than it's worth it. Consider using HTTP config (available in Vert.x) as it may make your life much easier when running on a cluster. Also, worth considering: reload config without restarting the server---currently config is only read once at server startup.

@joshmoore
Copy link
Member

@c0c0n3 : does Vert.x have something of its own that I can look at? From my point-of-view, Spring is at least a (very) well-known entity, so no objections to keep it.

cF. https://github.com/vert-x3/vertx-examples/tree/master/spring-examples

@joshmoore
Copy link
Member

Note: the above was meant more for #6 but it would be interesting to see the options.

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