Closed devanbenz closed 5 months ago
Maybe I'm missing something, but doesn't this just effectively remove the value of routing keys? This code changes it so that a single consumer listens to all routing keys and handles each message in turn. I started adding support for routing keys in my PR (#43) in which I spin up separate consumers for different routing keys so that you can have a dedicated consumer for some actions and then a generic consumer for others. Creating a kind of priority queue, if you will.
Maybe I'm missing something, but doesn't this just effectively remove the value of routing keys? This code changes it so that a single consumer listens to all routing keys and handles each message in turn. I started adding support for routing keys in my PR (#43) in which I spin up separate consumers for different routing keys so that you can have a dedicated consumer for some actions and then a generic consumer for others. Creating a kind of priority queue, if you will.
Aha! For some reason I did not see that PR even though you had tagged me in it haha. Will close this and take a look tomorrow night :)