Hacker News new | ask | show | jobs
by segmondy 3080 days ago
Why? Microservices are suppose to be truly independent.
1 comments

For ease of deployment and to solve the problem of "what version of service_b is compatible with version x of service_a"?

IMHO this makes sense if the microservices are developed by the same team. If we're talking about services developed and managed by different teams... maybe it's not a good idea.