I tried 2.8x to 2.9x but my import for kafka is not working
these imports they are unable to find after kafka plugin
org.springframework.kafka spring-kafka 2.8.0
just tell me the version to go with ?
import org.springframework.kafka.core.DefaultKafkaConsumerFactory; import org.springframework.kafka.core.DefaultKafkaProducerFactory; import org.springframework.kafka.core.KafkaTemplate;
these are the imports
<groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> <version>2.7.18</version>
try this : works fine with springboot 2.7.16