178 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...
we've got basic rate limiting in place on our API Gateway, and it's handling simple request throttling pretty well. But as we scale and introduce more...
We're thinking about adding a message queue to our setup, probably RabbitMQ or Kafka, to split up some of our services. But I've been wondering about ...
Hey everyone, I've been thinking a lot about message queues lately, specifically for decoupling backend services. It seems like a pretty common approa...
im workin on a system that needs to send notifs to users via multiple channels like email sms and push notifs. we want to make sure messages get deliv...
hey everyone, i'm architecting a new system that will involve a ton of event streaming. we're looking at both kafka and rabbitmq, but the choice feels...
hey everyone, i've been wrestling with message queues lately, specifically around the durability versus speed trade-off. some queues offer strong guar...
hey everyone, i'm working on a project that needs real-time updates pushed to several client apps at once. like, think collaborative editing or live d...
Hey everyone, I'm working on a system that really depends on a message queue to keep services separate. We're trying to figure out whether to go for s...
hey folks im tryin to nail down the best approach for decoupling services weve got a scenario where service a needs to trigger an action in service b ...
hey everyone, i've been thinking a lot about background job processing lately. we're seeing more and more tasks that don't need to be done immediately...
So, I've been thinking a lot about how we're handling communication between our microservices, especially since we keep adding more. Right now, we're ...
Right now, our main app database uses Redis mostly as a cache. It works okay, but I'm wondering when other folks started considering Redis for other t...
Hey folks, i've been seeing more systems incorporate message queues lately, and it got me thinking about the tipping point. We've got a few services t...
hey folks, i've been thinking about api design recently. we're a growing microservices setup, and right now, services just talk straight to each other...
we're looking at putting in a message queue for how different services talk to each other, and that part seems pretty clear. but, the consumer side of...
hey everyone, im working on a project where multiple services need to communicate asynchronously. ive seen message queues mentioned a lot, but im not ...
So, the app's getting pretty popular, and I'm thinking about how to handle the extra traffic. My first thought is just adding more servers, you know, ...
Hey everyone, I'm working on a new microservices architecture and need to pick a message queue. We've got a few different use cases, some for real-tim...
heey everyon, i've been having a bit of a time with replication lag in our distributed database lately. it's a primary-replica setup, and reads are su...