Skip to content
Discussion options

You must be logged in to vote

Currently, there is no way to do it.

When mapping properties, the Config system doesn't care from where the config property is coming from.

I've suggested the interceptor and remove the properties. Still, unfortunately, that doesn't work because we always apply another interceptor on top (no matter the priority), to convert environment variables to their dotted format.

The bucket solution should work, but remember to quote the kafka.bridge in the interceptor. Also, you need to add a converter to handle empty values, because we always expect to have a value so you can do something like:

    Map<String, @WithConverter(IgnoreConverter.class) String> bridge();

    class IgnoreConverter imple…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@ppatierno
Comment options

@radcortez
Comment options

@ppatierno
Comment options

@radcortez
Comment options

@ppatierno
Comment options

Answer selected by ppatierno
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants