Kafka Study Summary
Some basic idea: A topic may has many partitions. A partition has to be fit in a server. Partitions are distributed and replicated over servers. Each partition has a leader server. If the leader server fails, then one of the follower will become leader. Partition, Segment: For a partition, it is physically stored by many… Read More »