Skip to content

Conversation

@vnandwana
Copy link
Contributor

  • Overrode buildWithReplacements() to collect configuration values.
  • Added applyReplacements() helper to resolve ${instanceName} placeholders.

* Added applyReplacements() helper to resolve ${instanceName} placeholders.
@vnandwana vnandwana requested review from pierre and sbrossie November 10, 2025 17:50
key = applyReplacements(key, mappedReplacements);
}

RuntimeConfigRegistry.put(key, value);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to maintain both RuntimeConfigRegistry#RUNTIME_CONFIGS and RuntimeConfigRegistry#RUNTIME_CONFIGS_BY_SOURCE - similar comment from here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, we don't need to maintain both these sources -- addressed in this commit.

@sbrossie sbrossie merged commit 3d8af7a into killbill:master Nov 20, 2025
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants