Backend Message Queues Explained In 60 Seconds #shorts

preview_player
Показать описание
In this video I explain what is a Message Queue and where we use it example as Kafka, RabbitMQ etc..

🎙️Listen to the Backend Engineering Podcast

🏭 Backend Engineering Videos

💾 Database Engineering Videos

🏰 Load Balancing and Proxies Videos

🏛️ Software Archtiecture Videos

📩 Messaging Systems

Become a Member

Support me on PayPal

Stay Awesome,
Hussein
Рекомендации по теме
Комментарии
Автор

Just what I needed! Love this 60 seconds explanation

loremipsum
Автор

Today I wrote my first Message Queue code, I used RabbitMQ in a Python Project

judevector
Автор

You said the problem I was thinking of right after I thought of it😂😂👍🏽🕵️‍♂️🧐🤷‍♂️

notimportant
Автор

Could you elaborate on what you mean by RabbitMq, Kafka, do things differently?

Do you mean that (the difficulties of consuming only once) is handled by these automatically (RabbitMq, etc)?

LostnTranslation
Автор

Bro can we go through this again, using docker? My startup has grown and I think it's time to use docker but not sure how

siya.abc
Автор

Is Kafka a message Queue, thought it's an Event Stream

NathanielBabalola
Автор

The principle of a pure pop-once queue is quite simple to program, the complicated part is when the consumer fails to complete the task due to some timeout and the task needs to be re-started 20 minutes later. Should the consumer be allowed to push another task into the queue, or should the task be reserved in the queue so the consumer can acknowledge that the item can be popped or needs to be re-instated?

60 seconds is a little bit too short to explain it to the point where yo actualy have something usefull I think, you skip the details but still touch on all aspects.

vinny