Apache Kafka is a distributed streaming platform used for building real-time data pipelines and streaming applications.
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka_2.11</artifactId>
<version>2.4.1</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal Kafka producer example sending a message to a topic.
Use Kafka 3.x series for better support and features.
No dependency data recorded yet.