sanjar-notes / backend

Backend web development fundamentals
0 stars 0 forks source link

Message Queue - missing, add soon #1

Open sanjarcode opened 2 years ago

sanjarcode commented 2 years ago

Kafka/RabbitMQ - examples. A message queue is a job batching/handling system. What is it, add it.

sanjarcode commented 2 years ago

This can come under listening and handling requests. It's a scheduling system is asynchronous, and helps distributed systems. So it's a mix of both handling requests and efficient compute.