Getting data out of Apache Kafka is easy if you know how, so let's go through an example step-by-step. In this walkthrough we take you through the process of creating a simple Kafka Consumer using the Quix Streams library.
📥 Clone, fork or star the source code: https://github.com/quixio/simple-kafka-python
📺 Watch the producer-side walkthrough: https://youtu.be/D2NYvGlbK0M
--
0:00 Intro & Setup
0:47 Connecting & Subscribing
3:15 Reading the Messages
8:13 A Little Refactoring
8:55 We Could Stop There...
9:10 Offset Management
13:08 Recap and Reflect
13:45 Until Next Time...