162 discussions in the community
hey everyone, im lookin to refine our observability strategy for our microservices architecture. we're currently collectin metrics, logs, and traces, ...
we're setting up a new microservices architecture and i'm trying to figure out the best way to handle sensitive info like api keys and database creden...
hey everyone, im lookin to implement distributed tracing across our microservices architecture. were using Go and Python, and have a mix of REST and g...
So, I've been mulling over stateless versus stateful API designs, particularly when you're working with microservices. Stateless APIs get a lot of pra...
hey everyone, im wrestling with idempotency in our microservices architecture. were using kafka for event streaming between services, and ensuring tha...
Hey everyone, I'm putting together a new system and I need a way to reliably send messages in real-time between different microservices. You know, for...
Hey everyone, I'm trying to figure out service discovery for our microservices, and it's getting crazy. Services are popping up and disappearing all t...
hey everyone, i'm trying to figure out the database situation for a new microservices setup and i'm kind of stuck. some services really need that rela...
hey everyone, ive been thinking a lot about how to best manage external access to our microservices. we're considering implementing an API Gateway, bu...
hey all, ive been thinkin a lot abt data consistency across microservices lately. were movin toward more domain-driven design, and with that comes the...
Hey everyone, I'm building some new microservices and I'm stuck on a pretty common, but always annoying, choice: SQL or NoSQL for each one's database....
hi all, i'm trying to scale our microservices setup and i'm not sure about message brokers. we mostly use RabbitMQ now for our event stuff, but i'm th...
Hey everyone, I'm building out a new microservices setup and wondering how you all handle tracing requests as they hop between services. What tools or...
hey folks, been thinking about how we handle communication between services in our microservice architecture. for some synchronous calls, the dependen...
I've been seeing the sidecar pattern show up a lot lately, especially for handling things like logging, monitoring, and even service discovery in micr...
Hey folks, I'm building a system that needs to push live updates from several microservices to the frontend. I'm trying to decide between WebSockets a...
hey all, i've been wrestling with distributed transactions in a microservices context lately. my team is considering the saga pattern as an alternativ...
hey everyone, im curious about how you all handle configuration for your microservices. were moving towards a more distributed setup and managing env ...
hey everyone, i've been thinking a lot about how different teams structure their microservices and the communication patterns they use. we've been lea...
hey folks, i've been wrestling with a growing microservices setup, and keeping tabs on requests across all those services is getting to be a real pain...