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.

Ask HN: Are there good materials for stateless microservice patterns?

1 pointsby sesteelabout 4 years ago
I work on a greenfield program in a large org and there seems to be limited experience working with microservices. Many of our services are soft realtime and use internal timers. I&#x27;ve tried to educate others on various strategies and how you can follow different patterns for different situations depending on concerns like latency, desired reliability, complexity, etc. Unfortunately, I am not communicating clearly enough or the topic is way too complex. Subjects have been raft, paxos, schedulers, pub&#x2F;sub, in memory caches, etc.<p>Does anybody know of any materials that can help other devs understand these concerns on a practical level? The only other thing I can think to do is mandate certain kinds of testing so they can learn through failure. Will probably do that anyway.

1 comment

romsebabout 4 years ago
Did you find good material somewhere?