Skip to content
Discussion options

You must be logged in to vote

To address the modularity concern first, you can split your config across secrets or across files in a secret. There is support for a "-bp" suffix secret extra mount that can contain broker configuration.

But in general, having your address.properties and security.properties files in git, and building a secret from git sources is a sensible approach. Property files are read and applied in alphabetical order but can be split by function or policy.

As to the why for broker properties. They are applied from disk (through a volume mount projection) to the broker and support reload. They are extensible, any attribute of the Configuration Bean can be modified. They are independent of the xml sc…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by subhidh-agarwal
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