1392 discussions in the community
hey everyone im thinkin alot bout scalin our dbz recently were hitten some limits w our current setup and need to explore sharding ive looked into hor...
hey folks im wrestling with a common microservice challenge how to handle temporary data think session data job queues or short-lived caches while red...
hey everyone, i've been wrestling with message queues lately for some inter-service communication. i've looked at Kafka, RabbitMQ, and SQS. they all s...
Hey everyone, I'm stuck on a classic caching problem and would love your thoughts. We're creating a new feature that really needs cached data. For som...
hey everyone, im starting to architect a new social media platform and im hitting the classic sql vs. nosql decision point. we'll have user profiles, ...
Hey everyone, I'm trying to figure out the best way to handle state for some microservices we're running in Kubernetes. A few of them need to keep dat...
hey everyone, im looking into implementing rate limiting for a new service and trying to decide on the best approach. Should I go with an in-memory so...
i've been setting up observability for a new microservices project and i'm on the fence about implementing distributed tracing. on one hand, seeing th...
i'm building out a new feature that needs to shoot out real-time alerts to tons of users everywhere, like on their phones and the web. i've been kicki...
Hey folks, I've been playing around with Redis for caching and keep seeing mentions of Sorted Sets. I understand the whole unique elements thing with ...
Hey everyone, I'm working on a new project and we're thinking about how to version our APIs. Should we go with URL versioning (like /v1/users), header...
hey everyone, been thinking a lot about caching strategies lately. we're using Redis for a lot of our caching, and for most things, setting a Time-To-...
hey folks, been thinking about how we handle communication between services in our microservice architecture. for some synchronous calls, the dependen...
hey evryone im tryin to wrap my head around the best way to manage data consistency across microservices. ive been lookin into event sourcin as a way ...
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 everyone im architecting a new system with a microservices backend and an api gateway in front im thinking about how to best secure it should auth...
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, I'm trying to figure out the best way to do rate limiting. Our system is distributed, and I'm not sure if it's smarter to set limits glo...
Hey everyone, I'm wrestling with scaling a read-heavy application and trying to decide between sharding our primary database or just adding more read ...