117 discussions in the community
Hey all, im working on a new feature that needs to send real-time updates to users. Like live scores, stock prices, or chat messages. I know message q...
hey all, i've been wondering about our message queues. when you have a bunch of microservices, is it easier to give each one its own queue, or should ...
hey folks ive been wrestling with choosin the right message queue for a new project weve got a few services that need to communicate asynchronously an...
hey everyone, looking to get some thoughts on scaling message queues. we're using Kafka and seeing some pretty big spikes in traffic. beyond just addi...
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 a common architectural decision for an upcoming project. were building a system that will involve a lot of real-time ...
hey everyone, im trying to wrap my head around the best way to structure message queues for our event-driven architecture. were dealing with a scenari...
Hey all, been wrestling with a choice for a new project involving a few microservices that need to exchange events. We're looking at message queues li...
hey all, been wrestling with cloud costs lately, especially with auto-scaling setups. we've got services that need to scale up quick during peak times...
Hey everyone, I've been thinking a lot about message queues lately. They seem like a go-to for decoupling services and handling async tasks, but I'm c...
hey folks, been thinking about microservice architectures lately. when you've got multiple services talking to each other, are you generally putting a...
were lookin into using message queues for async processing but a key concern is keepin event order straight like if we have user actions like create i...
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 building a new system that needs to do a bunch of background stuff, like resizing images and sending lots of emails at once. We're t...
Hey everyone, I've been trying to get my head around exactly-once processing with message queues, especially Kafka. At-least-once is pretty easy, righ...
Hey everyone, I've been thinking a lot about using message queues, like Kafka or RabbitMQ, for our asynchronous tasks. We're looking at decoupling ser...
hey all, i've been thinking a lot about caching lately, especially how to keep data fresh across a microservices architecture. we've got services a, b...
i've been using message queues a lot recently, especially RabbitMQ, and i'm hitting that common problem of making sure messages are processed just onc...
So, I'm building this microservices thing, and some services just talk to each other straight up using REST. But for a new feature, we're thinking abo...
Lately, my system's been getting hit with some serious traffic spikes. Our message queue setup, which uses Kafka, is starting to feel like a real bott...