Kafka Consumer Groups Examples

preview_player
Показать описание
Wondering about Kafka Consumer Groups to horizontally scale? or add failover? or both? Let's have a little fun in this video.

I even added some music to the beginning because that's fancy.
Рекомендации по теме
Комментарии
Автор

I came out of incognito just to like this video :)

bhanuchand
Автор

Your explanation was very clear and understandable, thanks!

Videofiziert
Автор

Very well explained the consumber groups, thanks a lot.

bhaskaro
Автор

Hey, your video was really helpful, Keep doing this.
I could not find any other video which shows multiple consumers/groups & rebalancing, I really appreciate your help.
I have included your video in my playlist on my channel, hope, it is fine. Thank You!

GodOfGizmos
Автор

Really good stuff! Also nice presentation

djdjoko
Автор

my only question here is, if there are multiple consumers for a single group, each consumer will contain part of information. How all these combine to one single information?

mahammadziya
Автор

How to list consumer groups using spring boot, list means I need all details like how topics which machine is connect to that topic like that for that group i

kirankota
Автор

is there a way to compare information received by each consumer within the same consumer group since they are reading from a different offset?

corbinallan
Автор

Hey supergloo, jut watched your video again and trying to understand the following. If I have data coming from two different data sources i.e. 5 stock prices coming from two different exchanges each. I am trying to understand the difference in storing all of them on single topic with 10 partitions or having them on two topics with 5 partitions.

djdjoko
Автор

what is difference between kafka consumer api and createDirectStream usig spark-kafka api.

ArijitBaidya