Hi, I'm not even sure if this is a valid use-case, but I really wanted to run it by you guys. How do I load balance my consumers? For example, if my consumer machine is under load, I'd like to spin up another VM with another consumer process to keep reading messages off any topic. On similar lines, how do you guys handle consumer failures? Suppose one consumer process gets an exception and crashes, is it possible for me to somehow make sure that there is another process that is still reading the queue for me?
-- Sharninder