EZKV bootstrapping config that can work with existing Typesafe Config #3615
agentgt
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@jknack Let me know what you think of my config bootstrapping library:
https://github.com/jstachio/ezkv
My company uses an internal implementation to make our own Typesafe Config (that gets put in Environment).
EZKV unlike Typesafe config does not go around sniffing for resources unless you tell it to which is something I think is what Jooby is starting to do (e.g. not using ServiceLoader).
Typesafe Config default behavior is kind of bad. I can't remember if it is disabled in Jooby but it will just go around looking for all resources named "ref.config".
EZKV also allows config to come from so many other places.
Sadly it is JDK 21 so I am holding off on making a Jooby module. If one was provided it
would simply fill a Typesafe Config object.
@SentryMan was super helpful on helping me brainstorm EZKV!
Beta Was this translation helpful? Give feedback.
All reactions