Hacker News new | ask | show | jobs
by afandian 1483 days ago
How do you scale out processing if you can't have more than one consumer?
1 comments

I am not referring to multiple homogeneous consumers processing a queue. That is fine. You have a pool of consumers that can pick up from the queue. That is still considered one entity/actor. The people here are proposing having multiple heterogeneous consumers consume from the queue. That is bad.