TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

What’s Wrong with Microservice Dev?

1 pointsby jesperhtover 6 years ago

1 comment

mrathover 6 years ago
I think this not so true. The author might be doing micro services the wrong way. You generally break down micro services such that they are loosely coupled and have a good defined API/contract. As long as you don't break the API you don't have to restart everything. That is not to say you never break that API. The idea of a micro service is they should be independently verifiable(test) to a good extent.