Skip to content

rasouza/kafka-quickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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