What is Kafka ? How to use Confluent Kafka in Spring Boot Application ?

  Рет қаралды 29,926

Engineering Digest

Engineering Digest

Күн бұрын

Пікірлер: 77
@EngineeringDigest
@EngineeringDigest 2 ай бұрын
For those who want to use it on local machine, check this video as well : kzbin.info/www/bejne/rJ7Yi5SKa6-jea8
@sribyte
@sribyte 3 күн бұрын
I've been following this playlist from the start, and it's proof of how amazing it is. The way you explained Kafka installation was outstanding-you truly understand where students might struggle. Thank you for this incredible playlist! 💖💖
@harshitpachauri8849
@harshitpachauri8849 6 ай бұрын
Vipul bhaiya please bring spring boot full stack advance project like bookmyshow , ride sharing application, etc or microservices series . KZbin has crud application in the majority but not any good projects to get the hands on project level experience. Your journal application is too good and have learned most of the advance concepts of spring boot through it . Please bring more like that.
@FM-rn4ti
@FM-rn4ti 6 ай бұрын
Guruji namaste 🙏. Pura KZbin dekha per end Mai spring boot apse hi sikha aur ab Kafka dhund Raha tha aur ap Kafka ke uper video lekar prakat hogye. Apko pranam guruji.. big fan 🙏🙏
@EngineeringDigest
@EngineeringDigest 6 ай бұрын
Thanks brother 😀🙏
@yaz9552
@yaz9552 2 ай бұрын
You have no idea how grateful I am to you for sharing this amazing series with us. You deep-dived into the concepts and provided us with such a great hands-on project, rather than just giving us surface-level knowledge and coding. Thank you so much, Vipul!
@siddheshpawar1750
@siddheshpawar1750 3 ай бұрын
Spring boot King. Learning everyday something new from you. Thanks you so much for this content ❤.
@saarthakjohari6066
@saarthakjohari6066 2 ай бұрын
Bohot sahi mere bhai, bohot ache se samjhaya apne, ,crisp, clear, coherent.
@MohdShahban-g7r
@MohdShahban-g7r 14 күн бұрын
Hats off, sir! koi dikkat wali baat nhi h mast padhaya h 👌👍😎😂
@somyadeepshrivastava1447
@somyadeepshrivastava1447 5 ай бұрын
Informative video, can you please make a video for deploying a microservice , setting up docker and Kubernetes for scaling as per needed
@oshogarg5215
@oshogarg5215 5 ай бұрын
Bahut badiya video banai hai bhai… your video is better than 4 hr long tutorial
@EngineeringDigest
@EngineeringDigest 5 ай бұрын
Thanks bhai ☺️
@ayushsaraf8415
@ayushsaraf8415 20 күн бұрын
Very informative video. Thanks for this.. definitely a good crash course to understand kafka.
@vinoobharadwaj
@vinoobharadwaj 6 ай бұрын
Thanks a ton for these videos Vipul, truly indebted to you, I've learned a lot 🙏 on a side note - how did you create the avatar for your channel icon? It's really cool!
@EngineeringDigest
@EngineeringDigest 6 ай бұрын
Thanks a lot :) leonardo ai
@p...p
@p...p 3 ай бұрын
thanks chotabeeeeem for the kafka video 😜
@sidharthk.burnwal2044
@sidharthk.burnwal2044 Ай бұрын
Really enjoyed watching full video . but you covered everything almost,. i was also looking for how kafka commit data in different ways. can you make a short video on that too ?
@Vishnusri-g2v
@Vishnusri-g2v 2 ай бұрын
Bhai tu Bhawaan hai samjhane ke maamle me , Keep it up
@NitinSingh-dw6gx
@NitinSingh-dw6gx 5 ай бұрын
Bro could you please make separate list on Java Micorservices all interview related questions ? BTW Best videos to learn core concept is only yours ...Thanxxxxx
@AshwaniKumarTrading
@AshwaniKumarTrading Ай бұрын
Hello vipul, Thanks for the awesome video. I am confused around 40:00 minute, You’re saying that from topic, 2 partitions assigned to each group and within group, each consumer assigned one partition. When I looked into other resources they’re saying consumer groups independently manages its partitions. Kafka distribute the partitions among consumers within the group. All 4 partitions assigned to each group and within each group, each consumer assigned 2 partitions.
@Shivanshpandey-c4e
@Shivanshpandey-c4e 18 күн бұрын
what was the use of selecting aws in the form? everything is maintained on confluent cloud right?
@rohandeshmukh-n4n
@rohandeshmukh-n4n 2 күн бұрын
Great tutorial !
@पवित्रपांडे
@पवित्रपांडे Ай бұрын
Sir Humare iss project me frontend add krna hai wo kaise kre??? Bss bta dijiye baaki me kr lunga...🙌🙌🙌🙌
@codingbitsnbytes
@codingbitsnbytes 2 күн бұрын
How can StringSerializer send SentimentData ?
@deepalirathod4929
@deepalirathod4929 4 ай бұрын
@ 45:16 shouldn't group coordinator assign separate partitions for each consumer instead of assigning all the partition to one consumer as all the consumer belong to same consumer group ??
@vanashreebodkhe2502
@vanashreebodkhe2502 3 ай бұрын
i think it ws when key was not provided.when key as provided ,each consumer got based on key
@क्याआपजानतेहैं-य4ङ
@क्याआपजानतेहैं-य4ङ 4 ай бұрын
bhot behtereen, thank you so much
@visitwave
@visitwave Ай бұрын
I created topic with four partitions. And observation is, message with different keys can go to same partition. I am using kafka v2.13. Anyone tried or have same observation?
@gauravgangurde7026
@gauravgangurde7026 Ай бұрын
Great explanation 💫✨✨
@bagathijogarao8064
@bagathijogarao8064 6 ай бұрын
Superr Awesome🤩🤩, Excellent explanation and teaching sir
@himeshgupta6478
@himeshgupta6478 2 ай бұрын
Can a message in a partition be picked up by more than one consumer ? Can consumers consume messages from different partitions simultaneously , if so how will the ordering be maintained?
@RishirajDesigns
@RishirajDesigns Ай бұрын
no, only one consumer in a consumer group can pick a message from a partition. yes, consumers can consume messages from multiple partitions simultaneously, but there is no guarantee of order. Order is only maintained when a consumer consumes messages from one partition, because in a kafka partition order is always maintained.
@Abhishek_Kolekar
@Abhishek_Kolekar 2 ай бұрын
Vipul, Please make one video on temporal as well.
@jaiiinaaam
@jaiiinaaam 6 ай бұрын
I'M GONNA LAND A GOOD INTERNSHIP THIS SUMMER WITH THIS. 🗣️
@ankitsrivastava2750
@ankitsrivastava2750 6 ай бұрын
Superb content....and awesome way of explanation
@EngineeringDigest
@EngineeringDigest 6 ай бұрын
Thanks a ton
@nafiyashanu8329
@nafiyashanu8329 5 ай бұрын
is this playlist a complete one
@rkbstudio2461
@rkbstudio2461 2 ай бұрын
Nice explaniation. Bhaiya
@Sumit-ud5by
@Sumit-ud5by 4 ай бұрын
Bhaiya koi spring boot ka project bnaiye ... With frontend integration... It'll help us alot.
@immanuelantony9771
@immanuelantony9771 5 ай бұрын
Thank you so much man
@gmbaloch898
@gmbaloch898 29 күн бұрын
I haven't credit card and There is no skip option for pyment method for that I am not able to create cluster issue in pakistan
@JyotimoyDas-y1j
@JyotimoyDas-y1j 22 күн бұрын
API nahi, Bomb banao bro.
@gmbaloch898
@gmbaloch898 22 күн бұрын
@JyotimoyDas-y1j it's like software engineer ho fb to hack krte hogy? Pakistani ho b*mb to bnate hogy?
@shivkantthakur9768
@shivkantthakur9768 5 ай бұрын
Thank you sir where is the commands in discription
@shubhamberlia6642
@shubhamberlia6642 6 ай бұрын
The way you explained spring boot ❤, bhaiya ek request hai JWT authentication padha do
@EngineeringDigest
@EngineeringDigest 6 ай бұрын
ok, coming soon
@gmbaloch898
@gmbaloch898 27 күн бұрын
There is no option to skip payment detail process. i am stacked there need help.
@EngineeringDigest
@EngineeringDigest 27 күн бұрын
use on local
@gmbaloch898
@gmbaloch898 27 күн бұрын
@EngineeringDigest thank you sir. Kindly make a course for microservices too♥️
@harshsohlot3882
@harshsohlot3882 Ай бұрын
Sir I am getting an exception : "Failed to start bean 'org.springframework.kafka.config.internalKafkaListenerEndpointRegistry' " please help me figuring out the solution . I have tried debugging and I am unable to solve it . Btw thankyou sir for such an amazing content. I have been following your java and spring boot series .
@prathameshpatil2068
@prathameshpatil2068 3 ай бұрын
docker aur kubernetes ka bhi tutorial jaldi leke aao bhai.....
@Neural_Network_News
@Neural_Network_News 6 ай бұрын
Kubernetes pr banao with gcp or aws with JAMs stack
@EngineeringDigest
@EngineeringDigest 6 ай бұрын
Ok
@a_dev6696
@a_dev6696 6 ай бұрын
Danyavaad guruji ❤️
@sauravkumarsharma6812
@sauravkumarsharma6812 6 ай бұрын
I have one doubt also when to use kafka and when rabbitmq i read some where kafka is log base and rabbit mq is in memory..????
@rkbstudio2461
@rkbstudio2461 2 ай бұрын
Mst bahiya😊
@shiVam01242
@shiVam01242 3 ай бұрын
marvelous ❤‍🔥
@saioomsahoo
@saioomsahoo Ай бұрын
sir want microservices NGINX with spring boot video
@legendaryfacts994
@legendaryfacts994 4 ай бұрын
Bhaiya Apache spark ke tutorial or bana do
@sonalagrawal-up3bq
@sonalagrawal-up3bq 2 ай бұрын
Anyone who could not successfully create cluster, because payment page did not provide skip option or free option?
@EngineeringDigest
@EngineeringDigest 2 ай бұрын
you will have to set it up on local machine check kafka playlist last video
@AmitKumar-hy2uw
@AmitKumar-hy2uw 2 ай бұрын
Bhai Apache Pulsar ho jaye to mja aa jayega
@ghanshyamsinghal9335
@ghanshyamsinghal9335 4 ай бұрын
very helpful video
@punitpushpatode
@punitpushpatode 4 ай бұрын
Hibernate pe bhi bnao
@niteshsoni2282
@niteshsoni2282 4 ай бұрын
THNKS BUDDY
@chetanshelke4370
@chetanshelke4370 6 ай бұрын
Thank you ❤❤
@EngineeringDigest
@EngineeringDigest 6 ай бұрын
You're welcome 😊
@realcricketgamer5377
@realcricketgamer5377 5 ай бұрын
Is this last vedio of spring boot series Can any one say
@EngineeringDigest
@EngineeringDigest 5 ай бұрын
Jwt video coming tomorrow
@nikhilaggarwal9325
@nikhilaggarwal9325 6 ай бұрын
Best content
@EngineeringDigest
@EngineeringDigest 6 ай бұрын
Thanks 🙏
@scr1ptjunk13_
@scr1ptjunk13_ Ай бұрын
bhai ye card ke liye pooch rha T_T
@ayushjain7758
@ayushjain7758 6 ай бұрын
Guruji ji 💖💖💖💖💖
@EngineeringDigest
@EngineeringDigest 6 ай бұрын
😃🙏
@ohyeh-dl9ub
@ohyeh-dl9ub 2 ай бұрын
💓💓💓💓💓💓💓
@knightkrish369
@knightkrish369 2 ай бұрын
💕💕💕💕💕💕
Complete JWT Authentication and Authorisation in Spring Boot
48:43
Engineering Digest
Рет қаралды 35 М.
Apache Kafka Crash Course | What is Kafka?
1:17:04
Piyush Garg
Рет қаралды 538 М.
Увеличили моцареллу для @Lorenzo.bagnati
00:48
Кушать Хочу
Рет қаралды 9 МЛН
How Many Balloons To Make A Store Fly?
00:22
MrBeast
Рет қаралды 158 МЛН
Decimal numeration system - session 1- grade 5
9:29
Mariam Santina
Рет қаралды 155
Redis Crash Course
1:23:37
Piyush Garg
Рет қаралды 160 М.
What is Docker? Simply Explained by Shradha Ma'am
19:32
Apna College
Рет қаралды 514 М.
Apache KAFKA Tutorial | KAFKA Crash Course | Spring Boot
56:49
Daily Code Buffer
Рет қаралды 96 М.
🔥Master Kafka in Single Video | Apache Kafka Crash Course | Kafka in Hindi
1:35:50
Learn Code With Durgesh
Рет қаралды 212 М.
I tried Spring Boot
22:52
Chai aur Code
Рет қаралды 81 М.
Kafka Deep Dive w/ a Ex-Meta Staff Engineer
43:31
Hello Interview - SWE Interview Preparation
Рет қаралды 67 М.
Kafka Tutorial - Spring Boot Microservices
51:29
Amigoscode
Рет қаралды 438 М.