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.

Testing Microservices the Sane Way

1 pointsby tjchearalmost 3 years ago

1 comment

tjchearalmost 3 years ago
TL;DR: testing your microservices using production cluster and potentially live traffic is a legitimate form of integration test.<p>This might not work very well if your system interacts with external systems that you don&#x27;t own or control, but if you have the right abstraction in place you can mock those out in production.