How BILLION-Scale Microservices Actually Talk: REST vs Async Messaging

How BILLION-Scale Microservices Actually Talk: REST vs Async Messaging

ByteMonk

55 лет назад

19,907 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@HimanshuYadav-gt2wz
@HimanshuYadav-gt2wz - 14.05.2025 13:11

Regular viewer of ur channel bro🔥🔥🔥

Ответить
@HimanshuYadav-gt2wz
@HimanshuYadav-gt2wz - 14.05.2025 13:12

Suggestion, place make a video how cloud actually works, from the basic hardware level to giving console to the consumer.

Ответить
@vivekknji
@vivekknji - 14.05.2025 13:20

Again, full of information and amazingly described. Thank you.

Ответить
@piyushjogi1721
@piyushjogi1721 - 14.05.2025 13:31

Just wrapped up working with sockets — now diving into the asynchronous side, and it's really sparked my curiosity!

Ответить
@UzairAhmad.
@UzairAhmad. - 14.05.2025 13:36

Great work keep it up. Really helped in understanding system design.

Ответить
@RoyiKlein
@RoyiKlein - 14.05.2025 14:17

What is the RabbitMQ equivalent to sharding/partitioning?

Ответить
@Md_sadiq_Md
@Md_sadiq_Md - 14.05.2025 17:45

Pushing the algorithm ❤

Ответить
@CocHogridaa
@CocHogridaa - 14.05.2025 18:33

bump for algo <3 no other channel teaches like you do

Ответить
@923_ashishguptadiv-b3
@923_ashishguptadiv-b3 - 14.05.2025 20:20

Make video on how nse stock exchange architecture their system fast and high changes of availability

Ответить
@923_ashishguptadiv-b3
@923_ashishguptadiv-b3 - 14.05.2025 20:23

Make architecture video on stock broker also how they process and how fastest

Ответить
@nayanc4353
@nayanc4353 - 14.05.2025 23:26

In few service designs, where the number of requests go upto 2-5 millions per service per hour, the event broker services have been found to be straining to keep up. Now, I'm talking about Azure based services, not Kafka specifically.

I want to ask, how do you handle such systems when broker services strain under their limitations?

Ответить
@madhurapatil8805
@madhurapatil8805 - 15.05.2025 04:45

Great video !! This was exactly asked for VP position interview

Ответить
@chandanr9496
@chandanr9496 - 15.05.2025 05:24

Make a video on how to handle 100000+ requests per second with ngnix and roadrunner for php

Ответить
@ShazAjmal-v3n
@ShazAjmal-v3n - 15.05.2025 08:24

Great video like always! I am a developer with around 1 year of experience and such content is helping me gain an edge of around 2-3 years. I could scale my current salary by 150% all thanks to the stuff I have learnt from your channel. Thank you so much.

Ответить
@shafiktanbir2293
@shafiktanbir2293 - 15.05.2025 10:59

thanks for this high quality content

Ответить
@debangshubanerjee1311
@debangshubanerjee1311 - 15.05.2025 15:46

Transactional Outbox pattern question-
createOrder event->Order Service

OderService->transaction(update db, publich event for downstreams)

Lets say the transaction failed, the application state is safe and order did not get created.

But the createOrder event is now lost, as due to user facing respond early , user thinks order is already created. How do we handle such cases?

One think comes to mind is having a dead letter queue and storing messages which were not processed successfully there. But the issue still remains the user is still under the impression order got created. Now when user comes back he sees that order is not there. So respond early did not value addition. Instead the user should be seeing a transient state of "Order being placed, please check back after some time for updated status" so that user is not misled.

But here the issue is in transactions which involves payment and other background flows the user will not be happy with a transient state. How do we solve this?

Ответить
@thecoderfromabove4176
@thecoderfromabove4176 - 15.05.2025 17:35

magnificent...

Ответить
@CuriousByteYT
@CuriousByteYT - 15.05.2025 19:31

Great videos but I think you lack engaging voice. Engaging voice will make the videos even better.

Ответить
@harshildarji1968
@harshildarji1968 - 15.05.2025 20:54

All technology is created in response to problems that cannot be handled by existing systems. That's why it's important to have at least some knowledge—you can learn more when problems arise. Nowadays, you can easily find strategies using AI models.
But the way of presentation is good

Ответить
@RishiRajxtrim
@RishiRajxtrim - 16.05.2025 11:59

thanks

Ответить
@marma6937
@marma6937 - 21.05.2025 15:12

please more video about spring

Ответить