138 discussions in the community
hey everyone, i've been thinking a lot about observability lately, especially in distributed systems. we've got a few microservices chugging along, an...
hey everyone, been thinking a lot about caching lately, especially when dealing with data that changes frequently. we've got a few services where the ...
Hey everyone, I'm trying to get a handle on how to do effective rate limiting when you've got a bunch of microservices. It's not too bad on just one s...
hey folks, ive been thinkin alot bout distributed tracing lately, esp in the context of microservices. weve got some basic tracing setup, but im wonde...
hey everyone, im wrestlin with the decision of whether to implement an api gateway for our growing set of microservices. on one hand, it seems like a ...
so lately ive been thinking about how we do rate limiting. its a big deal for api security and stability, but there are tons of ways to go about it. a...
hey everyone, i'm trying to get a clearer picture on api gateways versus having frontend clients call microservices directly. i get that gateways can ...
Hey everyone, I'm getting into microservices and wanted to ask how you guys manage communication between them. Are you mostly using synchronous REST A...
weve been seeing some performance bottlenecks on our main database, so were considering setting up read replicas. it seems like a no-brainer for scali...
i’ve been thinking a lot about command query responsibility segregation (cqrs) lately. on paper, it seems like a clean way to separate read and write ...
hey everyone, i'm wrestling with a common challenge in distributed systems: managing transactions that span multiple services. while two-phase commit ...
hey everyone im workin on a system with a bunch of microservices and need to do real time notifications like user events status updates etc whats your...
hey folks, ive been thinking a lot about CQRS and Event Sourcing lately. they often come up together, but are they always a package deal. when have yo...
hey everyone, i'm wrestling with choosing the right async task queue for a new microservice architecture. we've got background jobs like image resizin...
hey everyone, i've been thinking a lot about caching lately, especially for services that see a ton of reads. we're trying to reduce database load and...
so, i've been thinking a lot about database scaling lately. we're hitting some performance bottlenecks with our main relational database, and sharding...
hey everyne, ive been thinkin a lot abt api rate limitin lately. its crucial 4 protectin svcs from abuse and ensurin fair use, but implementin it effe...
hey everyone, im thinking abt system design for services that need to do work async. ive used stuff like Celery w/ Redis before, and cloud native opti...
Hey everyone, I've been thinking a lot about designing systems that can keep running even if things go wrong, you know, without a ton of downtime. Bes...
hey everyone, i'm trying to figure out the best way to set up distributed tracing for my microservices. what are you all using. we've checked out a fe...