-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Binlog - Add forward reading compatibility and quick raw reading capability #9261
Comments
This was referenced Sep 26, 2023
Near completition. PR: #9307 |
Almost done |
Merged, plus updated tolling in partner repos |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Context
Motivated/Driven by the Binlog Redacting topic. In order for faster processing of binlogs, we'd want to skip through events without need for deserialization - this could only be enabled if we explicitly store event sizes (breaking change). As a side effect this will allow to more gracefully process logs with unknown message types or unknown data within known message types.
The text was updated successfully, but these errors were encountered: