You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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.
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.
The text was updated successfully, but these errors were encountered: