Replies: 2 comments
-
|
This might be related: #4109 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I think I'm starting to get my head around this. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have a NATS cluster with Jetstream enabled to which two leaf nodes are connected.
I'd like to be able to send messages from the cluster to the leaf nodes in the following patterns:
I'm trying to understand the reservations expressed in https://docs.nats.io/nats-concepts/jetstream/source_and_mirror with regards to WorkQueue retention.
I thought about creating a stream in the cluster and having a source stream in each leaf node pull the messages from the origin stream. Then I could have every leaf source stream consume either a shared subject or a subject specific to it. However, it's not clear to me if the warnings about using source streams with a WorkQueue retention policy at the origin stream might cause duplicate messages arriving at both leaf nodes or loss of messages altogether.
Kind of new to NATS and trying to get my head around how things work. If there's a better way to accomplish the above please let me know.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions