`StreamsBuilderFactoryBeanCustomizer` provides the exact same functionality than `StreamsBuilderFactoryBeanConfigurer`. This works well when using the default Spring configuration but it can become a pain when custom `StreamsBuilderFactoryBean`(s) need(s) to be created. For this reason, this interface should be deprecated before being abandoned from Spring Boot to only rely on the configurer coming from Spring Kafka. More details about the issue can be found here https://stackoverflow.com/questions/75101801/streamsbuilderfactorybeancustomizer-vs-streamsbuilderfactorybeanconfigurer