watermill icon indicating copy to clipboard operation
watermill copied to clipboard

How I can set different queue group for every subscriber?

Open sheldygg opened this issue 1 year ago • 1 comments

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.

sheldygg avatar Sep 28 '24 23:09 sheldygg

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.

AlexCuse avatar Apr 01 '25 13:04 AlexCuse

As @AlexCuse said, a spearate subscriber would be the way.

m110 avatar Aug 26 '25 09:08 m110