You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want the auto-configure component of this starter to also inject/configure a UnleashSubscriber bean into the Unleash bean.
Background
I do not want to replicate the auto-configuration logic just to configure a UnleashSubscriber in the Unleash Bean.
Solution suggestions
You could append the current auto configuration logic and pass a UnleashSubscriber bean to the UnleashConfig.Builder. Using the default @ConditionalOnMissingBean solution to pass a NoOpSubscriber if the implementing project does not define a custom UnleashSubscriber.
The text was updated successfully, but these errors were encountered:
Describe the feature request
I want the auto-configure component of this starter to also inject/configure a
UnleashSubscriber
bean into the Unleash bean.Background
I do not want to replicate the auto-configuration logic just to configure a
UnleashSubscriber
in the Unleash Bean.Solution suggestions
You could append the current auto configuration logic and pass a
UnleashSubscriber
bean to theUnleashConfig.Builder
. Using the default@ConditionalOnMissingBean
solution to pass aNoOpSubscriber
if the implementing project does not define a custom UnleashSubscriber.The text was updated successfully, but these errors were encountered: