Apache Kafka clients library provides producer and consumer APIs for interacting with Apache Kafka clusters.
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
<version>4.3.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 the producer API.
Review the Kafka 4.0 migration guide for changes in producer/consumer APIs and configuration keys.
No dependency data recorded yet.