185 discussions in the community
Hey everyone, I'm looking to discuss moving from one big application to a bunch of smaller microservices. Our current system is getting really hard to...
hey everyone, ive been wrestling w some scaling challenges in a few of our read-heavy services. were seeing a lot of contention on our primary databas...
hey everyone, i've been seeing a lot more talk about event-driven architectures lately, especially with microservices. it seems like a natural fit for...
hey everyone, ive been seeing a lot of talk about microservices lately, and its definitely tempting to break down a monolith. but im curious about the...
hey everyone, im diving into microservices and have been struggling with how to handle transactions that span multiple services. traditional acid tran...
Hey everyone, I'm trying to figure out service discovery for our microservices as we scale up. Right now, we're doing client-side discovery, and hones...
hey everyone, i'm working on a new microservice architecture and hitting a common crossroads. we have several services that need to interact, and i'm ...
so, like, i'm building a microservices thing and we've hit that super common problem with cache invalidation. we're using Redis for caching, right, bu...
Hey everyone, I've been thinking about consistency models lately. We're working on a new feature with user-generated content and some tricky interdepe...
hey everyone im tryin to decide on the best compute strategy for a new set of microservices. we're leanin towards microservices for agility, but the d...
so, our user base is growing like crazy and our main relational database is starting to feel it. we're thinking about sharding our user data, but i'm ...
Hey everyone, so I'm building a system with a bunch of microservices, and we need to get real-time updates to the frontend. We've thought about using ...
been working with a big old monolith for a bit now, and the team is really feeling it. Deployments take forever, and getting different feature teams t...
hey everyone im wrestling with implementing reliable transactions across multiple microservices. weve looked into patterns like sagas, but they seem t...
so, i'm trying to figure out how to scale our microservices setup. as we get more and more services, it's getting tough to even know what's talking to...
Hey everyone, I've been thinking about the Strangler Fig pattern for gradually swapping out big old monolithic systems for microservices. It's a reall...
hey everyone, i'm struggling to keep data consistent as we move more towards microservices. we have services that need each other's data, and you can'...
This microservices thing is getting big and honestly, managing API versions is becoming a pain. We tried putting the version in the URL, like v1/users...
hey everyone, im wrestling with managing ingress for our growing microservices architecture on Kubernetes. we're using standard Ingress resources, but...
hey everyone, i'm trying to figure out the best way to implement rate limiting for our microservices architecture. should we have a central rate limit...