September 2018
Intermediate to advanced
398 pages
9h 43m
English
Another important concept is that when a consumer reads a message, it will automatically inform Kafka of the offset that was read. This way, if a consumer dies, Kafka knows the offset of the last message read. When the consumer restarts, it can send the next message to it. As for the producer, we can decide when to commit offsets. There are three options :
Read now
Unlock full access