-
Notifications
You must be signed in to change notification settings - Fork 0
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
Merge latest Osheroff branch for MariaDB GTID support #3
base: main
Are you sure you want to change the base?
Conversation
no need to know what sever you're connecting to. we can figure it out. Also, these tests never worked. fix them.
mariadb -- gtid support
I think it's fair to say we understand ANNOTATE_ROWS_EVENT, but none of the other stuff represented by this variable is true.
correct mariadb_slave_capability value
implement a better regex for detecting mariadb gtid strs
… datetime/timestamp
…use an enum ordinal to resolve event type IDs
…moved AURORA_PADDING event type.
EventType.forId(0) -> EventType.UNKNOWN
…lity metadata and handle unknown metadata field type
…p event when the stream is empty
…erializing the table map event
The only merge conflicts I believe I ran into were in EventType: https://github.com/fivetran/mysql-binlog-connector-java-osheroff/pull/3/files#diff-7b945f6591af097de7a693dca3d77421ed07523a1f3b37c707920146e90986cd |
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.
Excited to add this!
The only thing that gives me pause is the version bumps on the Jackson libraries - I'm having trouble thinking through whether it'll interact badly with the (2.9) Jackson libraries in the engineering repo
No description provided.