smallrye-config icon indicating copy to clipboard operation
smallrye-config copied to clipboard

Support an associated mapping in a ConfigSourceFactory

Open radcortez opened this issue 3 years ago • 2 comments

radcortez avatar Sep 21 '22 16:09 radcortez

What does this do? It's not clear from an initial reading.

dmlloyd avatar Sep 22 '22 13:09 dmlloyd

The idea is to be able to load a ConfigMapping with a ConfigSourceFactory. The motivation for this is to drop the Quarkus Bootstrap phase, use the Factory to configure a source (like Consul, Vault, etc), and still be able to have a mapping object to configure the source.

radcortez avatar Sep 22 '22 14:09 radcortez