-
Notifications
You must be signed in to change notification settings - Fork 0
Revise queue splitting docs #22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: Eyal Bukchin <[email protected]>
using-mirrord/queue-splitting.md
Outdated
### Getting Started with SQS Splitting | ||
Plese note that: | ||
1. Temporary queues and topics created for the deployed targets will not be deleted as long as there are any targets' pods that use them. | ||
2. In case of SQS splitting, deployed targets will remain redirected as long as their temporary queues have unconsumed messages. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Remain redirected" = "keep reading from the temporary queues"?
Also why is this SQS only?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed.
Also why is this SQS only?
Because Kafka splitting does not have this 🤷
No description provided.