135 discussions in the community
hey everyone, im wrestling with a common problem, choosing the right durability settings for our message queues. we use RabbitMQ for critical inter-se...
Hey folks, i'm wrestling with ensuring message order when multiple producers might send messages related to the same entity to a message queue. we're ...
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 folks, im looking into scaling our message queue usage and sharding has come up as a potential solution for handling increased throughput and data...
Hey everyone, I'm trying to figure out how to handle message queue idempotency in a distributed setup. Basically, if a message consumer messes up half...
hey evryone, ive been wrestling w/ msg queues lately, esp durability. were building a new sys and need to make sure msgs dont get lost, even if things...
hey ppl ive been thinkin a lot abt the infra behind our microservices weve always run a lot on bare metal or our own vms in the cloud but with managed...
hey everyone, been thinking about message queue implementations lately. when building systems that rely heavily on queues, especially for critical dat...
Lately, I've been thinking about how to deal with potential duplicate messages when using message queues in a microservices architecture. We're using ...
Hey everyone, I'm trying to figure out the best way to keep data consistent across a few main microservices. We've got user profiles and order history...
Hey everyone, Been thinking a lot about message queues lately, especially with all the talk about scaling and microservices. We've used RabbitMQ quit...
so, we're thinking about using message queues for some async stuff, like background jobs, talking between services, and streaming data for analytics. ...
We're working on a tool for collaborative editing, and we need to send updates to clients right away. We're trying to decide between Kafka, because it...
hey folks, i've been thinking about message queues lately. we use them a lot for async tasks, and they're great for decoupling services. but, i'm star...
hey everyone, i'm trying to get a better handle on message queues for a new project. i know the basic idea of decoupling services, but i'm seeing term...
Hey everyone, I'm trying to wrap my head around the best ways to integrate message queues into a microservices setup. We're looking at decoupling serv...
I'm working on a distributed system where different services need to react to changes in other services. Right now, a lot of it is based on polling. F...
Hey everyone, I've been pondering message queues recently. When you build a system that really depends on them for async work, how do you juggle keepi...
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 ...