How data is handled after the gateway's transmission failed #3546
-
|
Beta Was this translation helpful? Give feedback.
Answered by
derekcollison
Oct 12, 2022
Replies: 1 comment
-
In NATS core the messages will be lost if there is a loss in connectivity across a gateway. If you do not want loss consider using JetStream which can survive network outages, self heals itself and provides at least once and exactly once (with caveats). NATS core provides at most once. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
derekcollison
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In NATS core the messages will be lost if there is a loss in connectivity across a gateway.
If you do not want loss consider using JetStream which can survive network outages, self heals itself and provides at least once and exactly once (with caveats). NATS core provides at most once.