Skip to content

Latest commit

 

History

History
 
 

week_6_stream_processing

Introduction to Kafka

Slides

Configuration

Please take a look at all configuration from kafka here.

Docker

Starting cluster

docker-compose up

Command line for Kafka

Create topic

./bin/kafka-topics.sh --create --topic demo_1 --bootstrap-server localhost:9092 --partitions 2

KStreams

Python Faust

JVM library

Kafka Connect and KSQL

Kafka connect

Homework

Form

The homework is mostly theoretical. In the last question you have to provide working code link, please keep in mind that this question is not scored.

Deadline: 14 March, 22:00 CET

Community notes

Did you take notes? You can share them here.