Replies: 1 comment
-
There is currently design work going on to handle multiple subjects in a subscription, not sure the timeline for that to be available and also not 100% sure if that will only apply to JetStream subjects, but for now you need one subscription per subject, i.e. |
Beta Was this translation helpful? Give feedback.
-
NATS has two concepts:
Can the two work together?
My scenario:
file.process
file.process
and either publishesfile.success
orfile.fail
domainA.>
,domainB.>
file.*
events.domainA.>,file.*
for microservice1domainB.>,file.*
for microservice2>
for microservice1>
for microservice2file.success
orfile.fail
- the one that they caused withfile.process
.file.process
with a reply-to field to their own inbox i.e.file.process
with a reply-to field todomainA.fileProcessed
domainA.fileProcessed
Questions:
domain1.*,domain2.*,file.success,etc.
?request-reply
andpull-based consumer worker queue
together as described above?Beta Was this translation helpful? Give feedback.
All reactions