rasouza / kafka-quickstart

Step by step tutorial showing all Kafka features

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Confluent

Confluent Badge 5.5

This is a brief hands-on overview about Confluent's Kafka key components. After installing, you can follow each step-by-step tutorial on its own docs page by clicking on the feature below that you want to experiment with.

Table of Contents

  1. Installation
  2. Kafka Topics
  3. Schema Registry
  4. KSQL
  5. Kafka Connect
  6. BONUS Legacy Dashboard Consumer

Installation

docker-compose up

Spinning up the whole platform may take some time. You can access Control Center UI through http://localhost:9021/

Usage

In order to use each component and its features, follow the step-by-step tutorial on each topic above

Ports

  • 9021 → Control Center UI
  • 2181 → Zookeeper
  • 9092 → Kafka Broker
  • 8081 → Schema Registry
  • 8083 → Kafka Connect
  • 8088 → KSQL Server
  • 8082 → REST Proxy

Useful Links

Kafka Broker

Schema Registry

KSQL

Kafka Connect

About

Step by step tutorial showing all Kafka features


Languages

Language:JavaScript 57.4%Language:Ruby 25.0%Language:HTML 11.4%Language:CSS 6.2%