vinclv / data-engineering-minds-kafka

This repository contains the components that I use for my Youtube Kafka videos
31 stars 37 forks source link

data-engineering-minds-kafka

This repository contains the below components that I use for my Youtube Kafka videos:

  1. config - You can find the config files for launching a 3-node kafka cluster locally without any securtity, with ssl security and with sasl_ssl security.
  2. kafka-clients - Simple examples for Kafka applications (for example - producer/consumer) in different clients such as Python, Scala, etc..