Skip to content
This repository has been archived by the owner on Mar 17, 2020. It is now read-only.

spotguides/kafka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 

Repository files navigation

spotguide-kafka

Apache Kafka is a distributed streaming platform used for building real-time data pipelines and streaming apps. It is horizontally scalable, fault-tolerant, wicked fast, and runs in production in thousands of companies.

Use this spotguide to deploy Kafka on Kubernetes within minutes. It uses Pravega Zookeeper-operator to install the required Zookeeper cluster. Monitoring Kafka is done through Prometheus and Grafana. Kafka and Zookeeper are separated using Kubernetes namespaces. All Kafka related entities are deployed to namespace kafka, Zookeeper ones to zookeeper.

It also contains a WordCount Kafka Stream example. It can be used to try out the spotguide.