Spring Framework integration for Apache Kafka providing message-driven POJOs and KafkaTemplate for sending messages.
<dependency>
<groupId>org.springframework.kafka</groupId>
<artifactId>spring-kafka</artifactId>
<version>4.1.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Sends a message to a Kafka topic using KafkaTemplate.
Ensure your project uses Spring Boot 3.x or Spring Framework 6.x and Java 17 or later.
No dependency data recorded yet.