Completed
Kafka Partitions
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Apache Kafka Crash Course
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Kafka Broker
- 3 Kafka Producer
- 4 Kafka Consumer
- 5 Kafka Partitions
- 6 Queue vs Pub-Sub
- 7 Consumer Group
- 8 ZooKeeper
- 9 Coding Example
- 10 Kafka Pros-Cons
- 11 Summary
- 12 -d zookeeper
- 13 --name kafka -e KAFKA_ZOOKEEPER_CONNECT=husseinmac:2181 -e KAFKA_ADVERTISED_LISTENERS=PLAINTEXT://husseinmac:9092 -e KAFKA_OFFSETS_TOPIC_REPLICATION_FACTOR=1 -d confluentinc/cp-kafka