Skip to content

Conversation

@o-shevchenko
Copy link
Contributor

@o-shevchenko o-shevchenko commented Jan 16, 2026

Named channels now inherit settings from default configuration. Explicitly configured values in named channels take precedence over defaults.

[resolves #345]

Named channels now inherit settings from default-channel configuration.
Explicitly configured values in named channels take precedence over defaults.

Implements mergeWith() method in ChannelConfig that merges configurations
using Optional.ofNullable().orElse() pattern for null-safe value selection.

Adds ChannelInheritanceAPI tests to verify inheritance behavior.

[resolves spring-projects#345]

Signed-off-by: Oleksandr Shevchenko <shevchenko.olexandr96@gmail.com>
Signed-off-by: Oleksandr Shevchenko <oleksandr.shevchenko@datarobot.com>
@o-shevchenko o-shevchenko changed the title Allow named channels to inherit configuration from default-channel Allow named channels to inherit default configuration Jan 22, 2026
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.

Allow named channels to inherit default configuration

2 participants