How to Design Reliable and Scalable Webhooks with RabbitMQ

preview_player
Показать описание

This video talks about how to design reliable and scalable webhooks. We go over the challenges related with implementing webhooks and how to overcome them by using Message Queues such as those provided by RabbitMQ.
Рекомендации по теме
Комментарии
Автор

Nice. Would you also recommend to use MQ on site B before inserting data in DB to handle huge volume from site A. Worker1 App -> MQ->Worker2 App->DB.

chrispure
Автор

Awesome video, thanks for all your efforts!

yutongzhu
Автор

Not really scalable. If site A is not failing, but is simply slow to respond, then site B could potentially wait forever for it's turn.

dnkbmc