I think a better word would have been "modularization" than "microservices" as I also highly correlate "microservices" with http-based calls.
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?
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?