-
Notifications
You must be signed in to change notification settings - Fork 6k
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
[Streaming]Streaming queue support failover #8161
[Streaming]Streaming queue support failover #8161
Conversation
Can one of the admins verify this patch? |
Test PASSed. |
Test FAILed. |
Test PASSed. |
Test FAILed. |
Test PASSed. |
Test FAILed. |
Test PASSed. |
Test FAILed. |
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.
LGTM
Hi, Hao. This PR seemed to break lint. Please make sure all necessary builds are passing before merging the PR! |
Why are these changes needed?
This PR add failover support in streaming queue, preparing for the following failover feature of data transfer.
Specifically, in this PR, downstream queues can pull data from upstream queues after recovery from failover.
Related issue number
Checks
scripts/format.sh
to lint the changes in this PR.