Skip to content
forked from Haybu/examples

Example code on running Confluent Platform

License

Notifications You must be signed in to change notification settings

rajathbr/examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Confluent Examples

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

  • kafka-streams: examples that demonstrate how to implement real-time processing applications using Kafka's Streams API aka "Kafka Streams", which is a new stream processing library included with the Apache Kafka open source project
  • 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)

About

Example code on running Confluent Platform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 92.7%
  • Scala 7.3%