Slide 22
Slide 22 text
broker a single Kafka server, a composite of a cluster
commit the action of updating the current offset position in each partition
consumer group a logical group which assures that each partition is only consumed by one member
controller one of the brokers that is responsible for electing partition leaders
consumer applicatoins or processes which read messages from a broker
message the unit of data, which is an array of bytes internally
offset a metadata that is an integer value showing which consumers takes messages from
partition a single log which appends-only and can be hosted on different servers
producer applications or processes which write messages to a broker
topic a collection of partitions, “table” in RDBMS and “folder” in FileSystem