jackyfkc.github.io

教土豆学计算机

Consumer

The Kafka consumer works by issuing fetch requests to the brokers leading the partitions it wants to consumer. The consumer specifies its offset in the log with each request and receives back a chunk of log beginning from that position.

Push vs Pull

Consumer Group

Kafka Consumer Group

Consumer re-balancing algorithm