Replies: 1 comment 2 replies
-
JetStream with 1 stream and 3 consumers set to each receive all messages. |
Beta Was this translation helpful? Give feedback.
2 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.
Uh oh!
There was an error while loading. Please reload this page.
-
I have 3 servers: Publisher, Consumer A, Consumer B
Publisher published
workspace.created
Now let's assume consumer B is offline for some reason, and now it becomes online after an Event already published in the past, so it will never be able to consume it
How do I ensure that both Consumers always receive a message once they are back online?
PS: I checked Jetstream, but my use can i can't achieve it
Beta Was this translation helpful? Give feedback.
All reactions