You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.
Is it possible to make rabbitio preserve the order of the messages?
For some applications the order is important.
Does rabbitio preserve the message order when creating the tgz file?
(1. message from rabbitmq will be first message in tgz file)
Does rabbitio preserve the message order in the tgz file when uploading messages?
(1. message in tgz file will be first message in uploaded to rabbitmq)
If the order is preserved, the problem is "just" when extracting the messages (e.g. to filter them) as all messages seem to get a random GUID as filename, losing the original order of the files. Perhaps offer a different file naming scheme?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is it possible to make rabbitio preserve the order of the messages?
For some applications the order is important.
Does rabbitio preserve the message order when creating the tgz file?
(1. message from rabbitmq will be first message in tgz file)
Does rabbitio preserve the message order in the tgz file when uploading messages?
(1. message in tgz file will be first message in uploaded to rabbitmq)
If the order is preserved, the problem is "just" when extracting the messages (e.g. to filter them) as all messages seem to get a random GUID as filename, losing the original order of the files. Perhaps offer a different file naming scheme?
The text was updated successfully, but these errors were encountered: