diegoicosta / kafka-confluent-examples

Example code on running Confluent Platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Confluent Examples Build Status

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

About

Example code on running Confluent Platform

License:Apache License 2.0


Languages

Language:Java 91.6%Language:Scala 8.4%