-
Notifications
You must be signed in to change notification settings - Fork 25
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
source: use pull model for all frontends #1065
Draft
ZhouXing19
wants to merge
26
commits into
master
Choose a base branch
from
jane_pg_mysql_pull
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
d1f24b5
source: use pull model for mylogical and pglogical
ZhouXing19 d2e6bec
TestMYLogical/consistent passed
ZhouXing19 ceb8e5b
passed for both pg and mysql integration tests
ZhouXing19 81285d6
return correct acceptor for script/wrapper.Start()
ZhouXing19 b781637
draft for script, passed for integreation test (mylogical/pglogical)
ZhouXing19 2043edd
removed mu.acceptor
ZhouXing19 064a782
draft for webhook
ZhouXing19 95ef9e1
fixed for TestCommand with webhook, but slow
ZhouXing19 10b48f3
finished fixing for TestHandler/immediate-feed/webhookEndpoints
ZhouXing19 2a79057
fixed for TestMergeInt
ZhouXing19 27d2702
fixed TestHandler/immediate
ZhouXing19 d1240d4
fixed TestHandler/feed
ZhouXing19 521e6ae
fixed TestHandler
ZhouXing19 7502537
TestKafka passed
ZhouXing19 37fe3bf
fixed TestApplyWithinRange
ZhouXing19 95c7bb1
fixed TestLocalProcess
ZhouXing19 648828a
fixed TestSmoke
ZhouXing19 2c4fd4f
draft for TestUserScriptSequencer/ModeConsistent
ZhouXing19 c31e535
[stagingErrChans] working for TestUserScriptSequencer/ModeConsistent
ZhouXing19 2387598
convo with bob about staging and besteffort
ZhouXing19 4805a78
passed first part of user script
ZhouXing19 9848464
worked for besteffort and consistent, broke immediate
ZhouXing19 38d5e44
TestUserScriptSequencer fully passed
ZhouXing19 013905a
passed TestHandler/feed/deferred/webhookEndpoints with outcome check
ZhouXing19 cd92bfc
fixed TestHandler and TestKafka
ZhouXing19 73c414f
add some noisy logging
ZhouXing19 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
What's the purpose of doing a fanout here? Does this allow us to perform batching across different tables? How is this fan out affected if they have FK constraints?