[Jetstream] Multiple hierarchical Subscriptions #1002
Unanswered
in-cloud-opensource
asked this question in
Q&A
Replies: 3 comments 2 replies
-
subscribe to |
Beta Was this translation helpful? Give feedback.
1 reply
-
Yes, then you need to subscribe multiple times. Is this JetStream or core nats? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Yes, then you need multiple subscribes and probably for each one an ephemeral consumers. If you want it to act like all subscribers with servce service-name gets it each will need a consumer. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
We are building a central component that handles deletion of data in a common way. For that, we are planning to publish a single event to delete data in all subscribers.
Apart from that we want to trigger data deletion for a single service.
Is there a way to configure a consumer in way to get data from
data.delete
anddata.delete.some-service
in the same time or do we have to use multiple consumers, where every service needs multiple parallel subscribe callsWe are using the nats Jetstream
Regards,
Beta Was this translation helpful? Give feedback.
All reactions