How to Build Microservices - Part A - Overview

preview_player
Показать описание
--- DONATE IN CRYPTO - I STILL BELIEVE ---

Donate ETH: 0x6D21924b3F144B9DEAF641752e47F6E6b5310905
Donate BTC: bc1q5vc48lgk44pa4cvvuasv6400amsh37g4xeequn

--- MY CURRENT EQUIPMENT ---

--- MY CHANNELS & LINKS ---

Instagram page(s):

Facebook page(s):

Twitter page(s):

Linked In page(s):

Github page(s):

Video Channel(s);

Other Links:

Websites:
Рекомендации по теме
Комментарии
Автор

For microservices is it best to use Rest API for inter-communication or messaging queue? because Rest API are sync and message brokers are async in nature, and when the get request hit from main gateway to microservice and there is a RabbitMQ or other message broker services, wouldn't that defeat the purpose of being async, cause then if there is a get request, you have to send a response to a user? And my second question is that are there any performance differences using rest api or message queue services?.

TheSyedahmed
Автор

Some course I know about this content, which covers microservices with rabbitMQ, grpc and etc...

elvesbrito