Is there a way to update or delete a message in a stream? #4883
-
Hi everyone, in nats jetstream, is there a way to update or delete a message? Some youtube video I saw implied the possibility, but I couldn't find any documentation for this. Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
derekcollison
Dec 13, 2023
Replies: 1 comment 5 replies
-
You can not change a message once committed to a stream, but you can delete, and even opt to securely delete a message by sequence. You can also purge message by subject, including wildcards. |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
derekcollison
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can not change a message once committed to a stream, but you can delete, and even opt to securely delete a message by sequence.
You can also purge message by subject, including wildcards.