Clients¶
Clients make it fast and easy to produce and consume messages through Apache Kafka®. Official Confluent clients are available for Java, along with librdkafka and derived clients.
Learn more
- The Kafka Clients Overview provides the Confluent version support matrix and schedule, package downloads, and per-client feature support.
- Watch the Apache Kafka 101 course to learn more about producers and consumers.
Kafka Java Client
Docs | Tutorial | API | GitHub
Java producer and consumer shipped with Apache Kafka.