Apache Kafka is a distributed streaming platform for building real-time data pipelines and streaming applications.
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka_2.12</artifactId>
<version>3.9.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.
Use the appropriate Scala version (2.12, 2.13) for your project.
No dependency data recorded yet.