Is it possible to watch realtime subscribers of a certain subject? #1051
-
I need to build something like a scheduler which watches for subscribers of a list of subjects and spawns a new instance of s subscriber automatically. Is this possible using JetStream? Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
derekcollison
Aug 20, 2022
Replies: 1 comment 7 replies
-
JetStream can do WorkQueue semantics where a job or request is submitted and you can have a horizontally scalable set of workers process them. Would that work or am I misunderstanding the scenario? |
Beta Was this translation helpful? Give feedback.
7 replies
Answer selected by
tpoxa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
JetStream can do WorkQueue semantics where a job or request is submitted and you can have a horizontally scalable set of workers process them. Would that work or am I misunderstanding the scenario?