We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm using this module and I have to say that so far it worked like a charm. The only issue I have is when trying to restart from last known position:
const mysqlInstance = new MySQLEvents(connection, { binlogName: 'bin.000015', nextPosition: 18540004 });
This simply start from the beginning. 'bin.000001'. It's completely ignored.
The text was updated successfully, but these errors were encountered:
I ran into similar unexpected behavior and it turned out I was using the wrong name from different docs: instead of nextPosition try binlogNextPos
Sorry, something went wrong.
No branches or pull requests
I'm using this module and I have to say that so far it worked like a charm.
The only issue I have is when trying to restart from last known position:
const mysqlInstance = new MySQLEvents(connection, { binlogName: 'bin.000015', nextPosition: 18540004 });
This simply start from the beginning. 'bin.000001'. It's completely ignored.
The text was updated successfully, but these errors were encountered: