Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 957 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 957 Bytes

Confluent Examples

This repository contains code examples for Apache Kafka and the Confluent Platform.

  • ccloud: example Kafka client applications connecting to Confluent Cloud (for writing data to Kafka) and a Java consumer application (for reading data from Kafka)
  • kafka-clients: example Kafka client applications such as a Java producer application (for writing data to Kafka) and a Java consumer application (for reading data from Kafka)

Previous Examples