Skip to content

Welcome to Kafka Workshop

ในเวิร์คชอปนี้จะพาไปทำความรู้จักกับ Kafka และการใช้งานเบื้องต้น จะได้เห็นภาพการทำงานของ Kafka และสามารถประยุกต์นำไปใช้งานต่อเองได้

โค้ดทั้งหมดเกี่ยวกับเวิร์คชอปนี้จะอยู่ที่ GitHub

Prerequisites

  • Your GitHub account
  • Basic knowledge about command-line interface (CLI) and Python

Table of Contents

  1. What is Kafka?
  2. Running Kafka on Local
  3. Sending your First Message
  4. Understanding Consumer Groups
  5. Kafka Partitioning
  6. Running Kafka Connect with Simple Connectors
  7. Python for Kafka
  8. Python for Kafka with Schema Registry (on Confluent Platform)
  9. Viewing Kafka Stuff with Kafdrop

References