watermill
watermill copied to clipboard
How I can set different queue group for every subscriber?
Hi, looks like issues disabled here, so I have opened this issue in this repo.
How I can set different queue group for every subsciber?
I must create new nats.SubscriberConfig for subscribers if want set different queue?
Maybe I don't see the simpler solution?
I want to do something like here (FastStream is framework for brokers) I can create and set subjects and queus for easy.
I think a different SubscriberConfig is the "watermill way" here - you can probably add an abstraction on top of it if you need to though.
As @AlexCuse said, a spearate subscriber would be the way.