Skip to content
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

Added a generic binlog catchup process and reconcile the binlogs #88

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Jan 21, 2019

  1. DataIterator.Run(tables)

    Instead of passing the Table as a struct member, this makes it pass by
    argument in the Run function. It makes more sense as it's not really a
    configuration on how to Run the DataIterator, but what to run the
    DataIterator on.
    
    This also makes the DataIterator slightly easier to use independently of
    the Ferry.
    shuhaowu committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    9d2d676 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2019

  1. Configuration menu
    Copy the full SHA
    c8e4d54 View commit details
    Browse the repository at this point in the history