Closed
Description
Describe the bug
Creation of RoutingKafkaTemplate
bean is failing after incrementing spring boot version to 3.1.3
To Reproduce
download/clone sample project from https://github.com/rajadilipkolli/kafka-experiments/tree/main/kafka-sample/spring-boot-multiple-producers-consumers and start it work. Configuration is present in KafkaConfig.java
class
In pom.xml increment the spring boot version to 3.1.3, it starts failing.
Expected behavior
It should work in all versions as per documentation.