Apache Kafka in 15 minutes
15:33
Пікірлер
@prnva_
@prnva_ 18 сағат бұрын
The compute requirements will be insane
@arpitgarg4194
@arpitgarg4194 18 сағат бұрын
Amazing! Thanks for!
@prudvim3513
@prudvim3513 19 сағат бұрын
Nice explanation. I wish you had explained the implementation using SOLID principles
@arsenalism
@arsenalism 19 сағат бұрын
Why not sockets for each conference?
@nikhildakwale412
@nikhildakwale412 20 сағат бұрын
This short taught better than the entire computer science engineering 😂
@Tech_Simplivity
@Tech_Simplivity 20 сағат бұрын
This channel is very underrated! I love your videos😮
@ashishpj
@ashishpj 20 сағат бұрын
Keep going..❤❤❤
@HyperXD_YT
@HyperXD_YT 20 сағат бұрын
AI was supposed to replace Chess engines, but now we have this:(
@319ram
@319ram 21 сағат бұрын
Data structures lol class
@soumendu5385
@soumendu5385 21 сағат бұрын
I have a better algorithm.😅 Got this hands-on question in an interview.
@ahmedaltaf5429
@ahmedaltaf5429 21 сағат бұрын
Nahi samjha mereko but comments padh k acha laga k there are many who got a knack of it . 😊
@bhandare123
@bhandare123 21 сағат бұрын
One con I would say scanning of entire dataset to find unvisited objects..in LRU it’s always last element ..
@classicaf
@classicaf 22 сағат бұрын
Amazing!
@Biman_Goswami
@Biman_Goswami 22 сағат бұрын
I felt like a monkey listening to humans talk. As Wasooli bhai would say “Kuch samajh me nei aaya, lekin sunke accha laga”
@algoforyou
@algoforyou 23 сағат бұрын
To store records in a vector database, which model did use? I assume in the vector database, you are storing embedding vectors for each of the video recordings. is that right?
@yugshende3
@yugshende3 Күн бұрын
Technology is a tool. The cause of worry since cavemen era has and will always be humans.
@michaelallen5050
@michaelallen5050 Күн бұрын
Wonderful breakdown
@AayushThokchom
@AayushThokchom Күн бұрын
Well, I was asked this question for design round in linkedIn. And later, read this paper. Wish, I read the paper earlier. The set operation idea is insane.
@asifbhaihuddani543
@asifbhaihuddani543 Күн бұрын
Why nothing from Microsoft or oracle
@kaushikborah8402
@kaushikborah8402 Күн бұрын
This was asked to me in an interview
@asifbhaihuddani543
@asifbhaihuddani543 Күн бұрын
Please explain how this option 3 mechanism will allow to ensure requested seat is available and booked and if request is queue in sequence where other requestor overlap same seat then will result in transaction failure how to avoid that
@Rayomand1233
@Rayomand1233 Күн бұрын
Plz make longer 15 min videos for each of these topics
@neeleshshah
@neeleshshah Күн бұрын
Lol..
@mohammadtalha2192
@mohammadtalha2192 Күн бұрын
If the server is working on multiple threads, then how does the booking request that xome on different threads get on the single thread ?
@ayushthakur5848
@ayushthakur5848 Күн бұрын
@DaipayanKarmakar
@DaipayanKarmakar Күн бұрын
Learnt something new. Thanks a lot for this explanation.
@praveen2500
@praveen2500 Күн бұрын
Adani 😂😂😂
@tushardpatle27
@tushardpatle27 Күн бұрын
Let’s make our map and make India great again
@pulkitjain8135
@pulkitjain8135 Күн бұрын
8.5 billion reserved passengers + more than twice general+ more than that without ticket.
@TheGoanFarmer
@TheGoanFarmer Күн бұрын
Best is A*
@italk-gj5kk
@italk-gj5kk Күн бұрын
Cheers
@Saguna-aaa
@Saguna-aaa Күн бұрын
But the user has to wait till the batch is filled and served right…
@roeniss
@roeniss Күн бұрын
why third is more scalable? basic idea looks same with the first one (first come first served per seat)
@HarshaSrinivasvishnubhotla
@HarshaSrinivasvishnubhotla Күн бұрын
Bro. Can you do a video on bank transactions. Like multiple ppl use it but transaction in handled correctly. Like how it is done kinesis or kafka?
@AsianCurls
@AsianCurls Күн бұрын
Loved this explanation 😊 could you do a part 2 that goes deeper into the Kafka topic (ordering events based off of causality)?
@gkcs
@gkcs Күн бұрын
I've discussed event ordering in detail here: interviewready.io/learn/low-level-design-course/machine-coding-an-event-bus/what_is_an_event_bus
@slowedreverb6819
@slowedreverb6819 Күн бұрын
Woahhh
@kinershah464
@kinershah464 Күн бұрын
For vector clock approach, the timestamp is the time when request was generated, what if instead we consider the time when the request reaches the server?
@devarshsanghvi9315
@devarshsanghvi9315 Күн бұрын
@@kinershah464 i do have same doubt. Rather than using kafa can't we use queue on the server itself and process them in ordered manner.
@erickjhormanromero6905
@erickjhormanromero6905 Күн бұрын
But what kind of queue Maybe spring web flux that uses event loop to achieve this.
@devarshsanghvi9315
@devarshsanghvi9315 Күн бұрын
@@erickjhormanromero6905 maybe due to scalability issues we should not use a queue on the server itself assuming variable load on ther server. There maybe kafka comes to rescue. One can look into AWS ordered SQS queues or KDS for small and medium workloads.
@sandeepvarma8220
@sandeepvarma8220 Күн бұрын
Bro kaha se padte ho sab?
@mu3076
@mu3076 Күн бұрын
Been watching Guarav since my 1st CS year, now I just completed my MS in Com.Eng& Automation last year🙏🏾🙏🏾🙏🏾🙏🏾, can’t wait to land a Job
@gkcs
@gkcs Күн бұрын
All the best!
@ThatArjun
@ThatArjun Күн бұрын
Show this to BookMyShow 😂
@asifbhaihuddani543
@asifbhaihuddani543 Күн бұрын
But then you will never be able to select seats because in option 3 everyone gets seats which are available and not selection.
@harishkumarNK
@harishkumarNK Күн бұрын
is it be better to have a separate class which handles all the Storing of data part ?
@3724parth
@3724parth Күн бұрын
Awa dynamodb supports transactions, consistent reads. Amazon aurora DSQL offers virtually unlimited scale and zero infrastructure management. Now how do you decide ??
@SasukeUchiha-ts4on
@SasukeUchiha-ts4on Күн бұрын
Scale my a**...worst architecture ever seen. They should hire better engineers
@SuperSuneel
@SuperSuneel Күн бұрын
Bro you are ***** genious
@SuperSuneel
@SuperSuneel Күн бұрын
Blown away
@isocial9503
@isocial9503 Күн бұрын
Excellent bro
@isocial9503
@isocial9503 Күн бұрын
Bro,nice info
@anubhavgupta8164
@anubhavgupta8164 Күн бұрын
Every comment in PR feels like a personal attack at start of career but after a while it gets better
@PrantikMajumder
@PrantikMajumder Күн бұрын
Or just ask someone
@pratishninawe4319
@pratishninawe4319 Күн бұрын
I thought it uses djikstra algorithm