146 discussions in the community
i've been setting up some new services that rely heavily on message queues, and i'm thinking more about how to handle messages that repeatedly fail pr...
hey everyone ive been thinkin bout how we scale message queue consumers when we hit heavy load is it generally better to scale up more powerful machin...
Hey everyone, I've been thinking about how to best use message queues when traffic spikes. We're seeing occasional surges that overload our downstream...
we're building a new api that's expected to have a massive amount of reads but very few writes. think real-time analytics dashboards. we're considerin...
hey everyone im setting up a new service that will involve a lot of background processing think image resizing report generation and sending out bulk ...
our core microservices are getting hammered right now, and the database is definitely feeling it. we're thinking about adding a caching layer, like Re...
Hey everyone, I'm setting up some new microservices and trying to pick a message queue. We'll have lots of event-driven chats between services, so I'm...
Hey everyone, I'm thinking about setting up a real-time analytics pipeline. We're gonna have a ton of events coming in from user activity, and we need...
we've been using Kafka pretty heavily for inter-service communication, and it's been fantastic for decoupling and handling spikes. But I'm starting to...
working on this project with a live news feed. we're getting tons of reads, and keeping it updated for everybody without overloading the backend is a ...
hey everyone ive been thinkin a lot bout decoupling services and handlin async ops. message queues like RabbitMQ or Kafka seem like a common solution ...
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 ...