Skip to content
forked from Haybu/examples

Demo applications and code examples for Confluent Platform and Apache Kafka

License

Notifications You must be signed in to change notification settings

xiaoniao/examples

 
 

Repository files navigation

Confluent Examples

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

  • 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)
  • kafka-connect-streams: examples that demonstrate various ways to get data into a Kafka topic, loaded into the Kafka Streams API KStream, and then some basic usage of the Kafka stream processing API

Kafka Streams examples have moved to a dedicated repository.

About

Demo applications and code examples for Confluent Platform and Apache Kafka

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 93.1%
  • Shell 6.9%