Big Data - Group 14
Big Data - Group 14
Members
1 Trần Mậu Thật
2112342
2 Võ Văn Khả
2110264
Dương Thuận Đông
3 2210762
Introduction
Basic concepts
How Kafka works
Agenda Key features
Application
Pros and cons
Demo
Introduction
A unique distributed publish-subscribe messaging
system
The producers can specify the topic and the partition of that
topic to which the message should be sent, either by specifying
a key or using a default partitioning strategy.
Pulls data from Kafka brokers, processing the data in the order it was
stored in the topic’s partitions.
Can act as a leader or follower for partitions: the leader broker handles
read and write requests, while the follower brokers replicate the
leader’s data.
Open source
Thank you
for listening!