127 discussions in the community
Hey everyone, I'm starting to think about the tipping point for adopting microservices. Our team is growing, and our monolith is getting harder to man...
So, we're splitting up our big application into smaller microservices, and honestly, managing all the settings is starting to get messy. Things like d...
hey everyone, i'm wrestling with configuration management as our microservices footprint grows. we're moving away from simple environment variables an...
ive been building out a new microservices architecture, and while the benefits are clear, im starting to hit a wall with inter-service communication l...
Hey everyone, I'm building a new feature that needs the server to send updates to the client in real-time. We're already using microservices, and I'm ...
hey all, i'm wrestling with state management in a distributed system i'm building. we've got multiple microservices that need to maintain and access s...
hey folks, working on a new microservice architecture and I'm trying to nail down the communication patterns. We're leaning towards async using messag...
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...
Hey everyone, I've been thinking a lot about API Gateway patterns lately, especially as we scale our microservices. You know, we've seen how great it ...
so, I'm trying to get my head around distributed tracing. our microservice setup is getting super complicated, and it's a real pain to find where perf...
hey folks, been wrestling with how to manage workflows across our microservices. weve got a mix of event-driven stuff and some services that need to c...
hey everyone, im tryin to wrap my head around microservice architecture and specifcally, how small we should break down our services. were moving away...
So, I've been pondering microservice architecture. When services need to talk to each other inside the system, most people just use gRPC or REST calls...
hey everyone, been thinking a lot about how services find each other as instances spin up and down constantly in cloud-native setups. What are your pr...
been thinking a lot about how to best expose our microservices. we could put an api gateway in front of everything, handling concerns like auth, rate ...
Hey everyone, I'm trying to figure out the best way to handle configurations as our microservices architecture keeps getting bigger. It's a bit of a m...
hey everyone, im starting to break down a monolith into microservices and im wrestling with the communication patterns. i'm seeing a lot of examples u...
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...
we're setting up a new read replica for our main database, because the load's been crazy lately. and we're wondering about the best way to 'warm' its ...
im working on a microservices architecture where several services constantly need to exchange small pieces of data, almost like a real-time chat. weve...