If you want to learn more, check out my Apache Kafka Series - Learn Apache Kafka for Beginners v2 course : links.datacumulus.com/apache-kafka-coupon
@snowglider4002 жыл бұрын
You didn't talk about data replication for disaster recovery
@sureshrajput57942 жыл бұрын
I was searching for this topic and got confused at many sites. But belive me you explained everything at top notch. Thank you
@Randomisticful Жыл бұрын
That's because the people who try to explain it, don't understand it themselves. If they can't teach you - they don't really know it.
@aqibjaved6306 Жыл бұрын
This is a gem of a video. After watching this video, I am pretty confident in my understanding of Kafka Topics and Partitions.
@leoni76494 жыл бұрын
You are a very impressive teacher. Everything is very clear and simple. I wish all my previous professors were as good as you are haha
@muditkapil6 жыл бұрын
Perfectly explained. You are the best teacher in this subject out there
@monaami5554 жыл бұрын
This is great for people for short attention span, could not be made more simple, unambiguous and separated into small information chunks.
@mukeshrathaur4 жыл бұрын
Stephane, You are awesome. Made me fan. I am your student for AWS Architecture in Udemy. Loving it.
@surabhi_group7 жыл бұрын
Hi, you have explained it very well and made it easy to understand Thank you
@ravikirandesai81164 жыл бұрын
Again, great explanation.
@pavanim62582 жыл бұрын
Hi Stephen,thanks for explaining in detail.Small request..can u do one video for store and forward,replication,windowing too
@wyskass8614 жыл бұрын
Is it true that replicants are only allowed on distant nodes in the system, and if they happen to find their way to the home node, they must be terminally retired by an instance of a Blade Runner?
@JS-gg4px4 жыл бұрын
Does that mean if the leader broker is down, then all other replications will not work?
@randikavishman39715 жыл бұрын
Thanks for the simple explanation! :-)
@shripalmehta4 жыл бұрын
When broker 2 goes down, what about the consumers connecting via broker 2?
@youlihanshu5 жыл бұрын
well explained, good job!
@lfcbpro Жыл бұрын
If there is only one leader and only that leader can serve data, what is the point of the backup? If the leader goes down, then the ISR can't be served, because it isn't a leader. Or does the ISR then become the leader?
@mohamedifthikhar78214 жыл бұрын
Excellent Tutorial
@mukeshrathaur4 жыл бұрын
Can you please post Producer API with ordering of contents in detail.
@nuniezjorge4 жыл бұрын
i plan to start a push notification project over local network using kafka and then evolve it to the cloud using aws sns from amazon, is that a good plan?
@SirTranquilizator5 жыл бұрын
Is this true: a broker can have only one partition of each topic at most ?
@anisakhlyan8581 Жыл бұрын
no
@summermoonspace3 жыл бұрын
How do consumers deduplicate messages ?
@matheuzera16184 жыл бұрын
What if I have more partitions than brokers? is that possible?