watermill icon indicating copy to clipboard operation
watermill copied to clipboard

Wildcard subscription

Open kfreiman opened this issue 5 years ago • 1 comments

It would be convinient to have ability subscribe on multiple topics via wildcard character (asterisk)

Subscribe(ctx, "user.*")

kfreiman avatar Jan 24 '20 09:01 kfreiman

Hello @kfreiman, which Pub/Sub implementation you mean ;) In general, it depends on implementation and library used under the hood but probably for most of them it's not supported by default.

But if you need to add this I believe that in some cases adding that may be possible.

roblaszczak avatar Jan 27 '20 21:01 roblaszczak