Kafka Quotas - A Before and After Demo

preview_player
Показать описание
Kafka Quotas can be used to enforce SLAs or help prevent "noisy neighbor" issues in a Kafka cluster. But, you may be wondering -- can Kafka Quotas, help you have more fun on the weekends?

I'll say definitely maybe.

This screencast shows a demonstration of before and after of implementing a Kafka quota on producer byte rate.

Рекомендации по теме
Комментарии
Автор

Hi, thanks for the video. I had a few questions:
1. How do you decide what quotas to set?
2. Can you define fine-grain quotas for particular clients? Say you have an imporant producer that you don't want to throtle like the rest of them.
3. I guess the quotas are per broker, so if you add or remove a broker, that would techically increase or decrease the quota right?

guents