Skip to content

Instantly share code, notes, and snippets.

@gilmacieljr
gilmacieljr / README8.4.MD
Last active October 25, 2023 08:41
Lab 8.4

Lab 8.4: Kafka and SASL SCRAM

Welcome to the session 8 lab 4. The work for this lab is done in ~/kafka-training/lab8.4. In this lab, you are going to Kafka SASL SCRAM.

Please refer to the Kafka course notes for any updates or changes to this lab.

Find the latest version of this lab here. - Please input the correct link

Kafka and SASL SCRAM

Getting started with Kafka Lab

Let's do a simple lab showing how to use Python with Kafka. We work with create-topic, list-topic, producers and consumers from the Python with Kafka.

These files should be setup on your virtual box image. You do the work for this lab in the directory ~/kafka-training/lab1. You can find the latest versions of the instructions for Lab1 here.

If you prefer to run the examples on another OS, e.g., OSX, please refer to the