This tutorial really very helpful to understand from base architecture and its explained each component as easily understandable. Thank you so much and post more videos.
Thanks Raghu . Mega star 🤣 i am planning for this weekend but getting enough time. After March i will actively post as my first spring boot microservice The live course will be complete .
Hi Basant, after this Kafka series could you please create knowledge sessions on SPARK. And integrating kafka with spark using spring boot by creating a data pipeline. thanks
Very creative and helpful video anyone can understand. I went through many articles and videos, and I was very confused, and my thought was Kafka is very big and very vast. But by watching this video I am full cleared on Kafka concepts.
Easy to understand and keeps my interest up. Thanks I have one request, can u please make a detailed video on " techniques to get addictions to learning forever" After 11 years I feel like losing interest in learning new and also deep learning. I have seen the same for experienced IT person in different companies I have worked. It's a humble request 🙏
Quick question : if there are two systems or application who is working as consumer and producer , how consumer knows that they need to create multiple consumer for consuming from multiple kafka partitions ? how to specify those in real world projects when desiging kafka clusters ? Can you please make a video on designing kafka clusters ?
How many consumer group needs to be created that totally depends on requirements of consumer application.let a scinario we have kafka topic and consumer application wants to get all the messages in all env then they create 3 consumer group .
We have right to send the msg on which partition as i have read from kafka. In case you doesn't specify it will works as round robin. Please make the note of this. Thank you for video
Suppose,there is a topic which has 5 partitions and one partition's broker dies,in that case,there will be data loss and that why we use replication factor which keeps back up on each partition on other broker
Hi Basant..here you have considered employee and payment topic separately..what if we want payment information of an employee...are we going to create new topic(having emp-payment) info and emp-payment table also?
Hi Basant, if possible can you make a video on how consumer is related to offset commit. Kindly explain the auto and manual commit. Thank you in advance.
Bro make video where we have to re trigger event in case where consumer logic doesn't get executed Also talk about idempotency. Example In my ecommerce project rewards are getting deducted twice for customer because consumer logic is getting executed twice Will thank you👍👍
we can divide it into several partitions My question is suppose we divide a topic into 6 partitions can we have 3 partitions in one computer and another 3 in one computer like that
After consumer listening messages from partitions , Are messages got deleted ? If YES then what is the work of offset value there .. Suppose Consumer read 4 messages so offset val is 3 and consumer is down foe a while. Now as Consumer is back to life he will again read the messages from offset+1 value which is 4. But partition only have messages from 4 , right? because 0-3 are already consumed by consumer and got deleted.
@javatechie I have one confusion. Does all the partitions under one topic have the same messages or does each partition have different messages. If the same messages then a storage issue will come and if different messages then if partition goes down or corrupts we will lose the message
Very creative and helpful video anyone can understand. I went through many articles and videos, and I was very confused, and my thought was Kafka is very big and very vast. But by watching this video I am full cleared on Kafka concepts.
Thank you for starting the Kafka series and I am eagerly waiting for more videos on this topic..🙂🙂👍👍
thanks for sharing the kafka series , could you please share or create knowledge on DLQ . dead letter queue implementation in spring boot
Yes i will
Excellent and easy to understand, thanks for making this series
Excellent sir i was crying 😢 earlier thinking that it would be difficult topic...how easily you explained thanks a lot for this video....
Thanks punya . Keep learning 😃
Yes.... they way explanation with real time examples is awesome and easily understandable..
Me too
This tutorial really very helpful to understand from base architecture and its explained each component as easily understandable. Thank you so much and post more videos.
Bro you are the most understandeble Indian tech guy on the world:) !
Thank you so much buddy for your word 🥰. Keep learning
Mega star is back with high voltage Kafka action.. All of us are Waiting here for upcoming videos .. God bless you Basant !!:)
Thanks Raghu . Mega star 🤣 i am planning for this weekend but getting enough time. After March i will actively post as my first spring boot microservice The live course will be complete .
Excellent, Simplified well Thank you Java Techie
Hi Basant, after this Kafka series could you please create knowledge sessions on SPARK. And integrating kafka with spark using spring boot by creating a data pipeline. thanks
Excellent explanation, explaining in simple way with realistic examples
Very creative and helpful video anyone can understand.
I went through many articles and videos, and I was very confused, and my thought was Kafka is very big and very vast. But by watching this video I am full cleared on Kafka concepts.
Finally.... I learnt kafka😊 thanks Basant ❤
one of the best explanations, thank you.
Thanks java techie for crisp and clear explanation
Very well explained and I worked on Solace it’s also same as like Kafka
Loved it, thanks for such core details on Kafka.
Easy to understand and keeps my interest up. Thanks
I have one request, can u please make a detailed video on " techniques to get addictions to learning forever"
After 11 years I feel like losing interest in learning new and also deep learning. I have seen the same for experienced IT person in different companies I have worked.
It's a humble request 🙏
Thank you 😊. Noted ✅️ your point
Thanks @@Javatechie ❤
I am a big fan of you buddy ❤The way you explain with example even a fresh mind will be expert of the topic . Kudos to you.
Thank you so much buddy 😊. Keep learning
Nice work JT - again ! really appreciate these. Perfect
Nice presentation and understanding about KAFKA
Most awaited videos sir 😍
As always, great content brother. Thanks so much.
Top-notch Explanation. Loved It.
Quick question : if there are two systems or application who is working as consumer and producer , how consumer knows that they need to create multiple consumer for consuming from multiple kafka partitions ? how to specify those in real world projects when desiging kafka clusters ? Can you please make a video on designing kafka clusters ?
How many consumer group needs to be created that totally depends on requirements of consumer application.let a scinario we have kafka topic and consumer application wants to get all the messages in all env then they create 3 consumer group .
We have right to send the msg on which partition as i have read from kafka. In case you doesn't specify it will works as round robin. Please make the note of this. Thank you for video
Yes absolutely correct. It's in my queue and will upload soon
Thanks for such detailed videos. Great job.
Thanks again for next part 👏...
amazing explainations and presentation
Tech, you touch, it becomes interesting❤️
Awesome! Thanks for sharing. 👍
Suppose,there is a topic which has 5 partitions and one partition's broker dies,in that case,there will be data loss and that why we use replication factor which keeps back up on each partition on other broker
Very good explanation!
Great session with presentation 👏
Thanks ..very good playlist
As usual default like to your videos from me always, keep going
Great and clean explanation bro
Excellent explanation 👌
very informative video ,good job👍👍
Superb Brother 👍🏻👍🏻👍🏻👍🏻
Great video. Thank you.
very nice explaination brother.
Well articulated.
Great efforts
Could you please frequently upload the videos for this series
Hi Basant..here you have considered employee and payment topic separately..what if we want payment information of an employee...are we going to create new topic(having emp-payment) info and emp-payment table also?
It depends on your business to decide the payload structure per topic . To simplify the purpose of the topic i have explained this scenario
Great quality content 👍
Waiting for it.. thanks sir
Query: 13:17" videos shows figure of multiple partitions within a topic and messages in it. Here squence number are specific to partition or topic ?
To partition
Really great 👍
Hi Basant, if possible can you make a video on how consumer is related to offset commit. Kindly explain the auto and manual commit. Thank you in advance.
Sure buddy it's a good point to discuss. Thanks
Super explanation
Thanku yuh sir you've been a great help!!❤
Easy and strong explained as usual thanks a lot man keep go on :)
Thank you for the information. When the next video will come.
In the coming days i will upload . Most probably before coming weekend
When will Kafka stream start ..?
Neha will go from beginner level step by step it will take time to reach on stream part
@@Javatechie okay sir I will eagerly waiting for your videos I hope they will upload soon
Java Techie, I love your videos. When is your next video? I am eagerly waiting.
Afun thanks for your interest. Occupied with lots of work so please expect a bit of a delay on the Kafka series
@@Javatechie Thanks for the response and all the best.
Thank you
Thnks for sharing
Bro make video where we have to re trigger event in case where consumer logic doesn't get executed
Also talk about idempotency. Example In my ecommerce project rewards are getting deducted twice for customer because consumer logic is getting executed twice
Will thank you👍👍
Santosh will go from the beginning don't worry
@@Javatechie thanks bro i love your videos
I know you like to do challenging things too 🙌🙌
we can divide it into several partitions
My question is suppose we divide a topic into 6 partitions can we have 3 partitions in one computer and another 3 in one computer like that
The entire partition needs to be part of one computer We can't be segregated with partition but yes you can segregate brokers
After consumer listening messages from partitions , Are messages got deleted ? If YES then what is the work of offset value there .. Suppose Consumer read 4 messages so offset val is 3 and consumer is down foe a while. Now as Consumer is back to life he will again read the messages from offset+1 value which is 4. But partition only have messages from 4 , right? because 0-3 are already consumed by consumer and got deleted.
Thank you so much
thank you sir
Please cover all the components in upcoming videos by practical
PLEASE DO THE VIDEO ON REACTIVE KAFKA FOR PUB AND SUB
Thank you❤
Comment for support your work
Thanks buddy
@javatechie I have one confusion. Does all the partitions under one topic have the same messages or does each partition have different messages. If the same messages then a storage issue will come and if different messages then if partition goes down or corrupts we will lose the message
No message won't be duplicated across partition
What will happen if we have 3-partition but 2-consumer in the consumer group ?
1 consumer instance will read from 2 partition
How Kafka will relate with mainframe and MQ?
can one producer/publisher may have multiple topics or there will be one topic per producer/publisher?
1 producer can publish to N number of topic
Is Kafka Topic like RabbitMQ Queue??
chinn tapaak dam dam
When will the next session come out?
Trying for this weekend buddy
Thanks❤🌹🙏
When can we have the next videos?
This week 100% i will upload 2 videos on Kafka
thoda jaldi jaldi videos upload karo please
the zookeeper is not part of the Kafka anymore
Yes
Very creative and helpful video anyone can understand.
I went through many articles and videos, and I was very confused, and my thought was Kafka is very big and very vast. But by watching this video I am full cleared on Kafka concepts.
Great explanation sir 👍