logoalt Hacker News

mexicocitinlueztoday at 11:20 AM1 replyview on HN

I think a better word would have been "modularization" than "microservices" as I also highly correlate "microservices" with http-based calls.


Replies

preroktoday at 1:08 PM

Really? That seems strange, at least to me.

While HTTP can be considered as a transport layer for RPCs between microservices, it seems to me to be a very inefficient and bug-prone solution.

Can you describe a set up where you used HTTP between microservices?

show 1 reply