Important
You are viewing documentation for an older version of Confluent Platform. For the latest, click here.
Code Examples¶
There are many programming languages that provide Kafka client libraries. The following “Hello, World!” examples are written in various languages to demonstrate how to produce to and consume from an Apache Kafka® cluster, which can be in Confluent Cloud, on your local host, or any other Kafka cluster. For the subset of languages that support it, the code examples also demonstrate how to use Avro and Confluent Schema Registry.
- Apache Kafka commands
- C
- Clojure
- Confluent CLI
- Confluent Cloud CLI
- C-sharp/.Net
- Go
- Groovy
- Java
- Java Spring Boot
- Kafka Connect Datagen
- kafkacat
- Kotlin
- KSQL Datagen
- Node.js
- Python
- Ruby
- Rust
- Scala