Kafka in 1 Minute #techprep #softwareengineering #kafka

preview_player
Показать описание
Short overview of the main components of Kafka

Preparing for a technical interview?
Рекомендации по теме
Комментарии
Автор

I feel like your channel and contents are so undervalued.

manjunathbabu
Автор

Dear YT algorithm overlord, more of this please.

milliawgs
Автор

1. Topics can have multiple partitions.
2. Partitions can be thought of as log files or queues to which the messages get written to.
3. Only once processing is based on the acknowledgement received from the consumer that has consumed the task.
4. Effectively Kafka is a distributed Queue with messages guarantee.
5. Brokers can host multiple partitions corresponding to multiple topics at the same time

TheCycloneTrooper
visit shbcf.ru