I am upgrading my spring boot project to a higher version. spring parent - 2.2.1 Release to 2.5.5 spring cloud - Greenwich.RELEASE to 2020.0.3 spring cloud stream - to 3.1.3
When I am upgrading my cloud stream to 3.1.3, I am getting the below error when starting my application.
APPLICATION FAILED TO START
Description:
Parameter 0 of method messageChannelToInputFluxArgumentAdapter in org.springframework.cloud.stream.reactive.ReactiveSupportAutoConfiguration required a bean of type 'org.springframework.cloud.stream.converter.CompositeMessageConverterFactory' that could not be found.
Action:
Consider defining a bean of type 'org.springframework.cloud.stream.converter.CompositeMessageConverterFactory' in your configuration.