Replies: 2 comments 1 reply
-
Not to mix up concepts - by subscription you mean core NATS subscription, right? Because consumers refer to JetStream, which is a persistence layer on top of NATS and a subscription refers to a stateless pubsub communication pattern. If you want to get a list of active subscriptions in your nats-server (with the subjects they listen on), you can make use of built-in monitoring endpoints. You have 2 options:
|
Beta Was this translation helpful? Give feedback.
-
I have maybe the same question. But like to add some context. No intention to capture this thread if I'm asking for something different. I have 3 Consumers for my Stream and use them to distribute messages across 3 worker services. Since I need to guarantee that the same topic (partition) is always handled by the same worker. I also keep searching myself. |
Beta Was this translation helpful? Give feedback.
-
Proposed change
none
Use case
none
Contribution
No response
Beta Was this translation helpful? Give feedback.
All reactions