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

Modify library using event numbers instead of EventType #244

Closed
wants to merge 1 commit into from

Conversation

bluebike
Copy link

@bluebike bluebike commented Oct 6, 2018

Changes to enable any event number (withtout new EventType)

  • EventType can use given event number instead of ordinal() as event number
  • EventDeserializer maps desirializer with using event numbers (not EventTypes)

To make easier handle unknown event numbers I made EventDeserializer working
with just mysql binlog event numbers.
For issue: #177

Also EventType event number is no more based on ordinal() (optional)
I think that pull-request #50 contains similiar
feature, but we could merge these features one by one.

Mainly made for handling MariaDB binlog/replication.

* EventType can use given event number instead of ordinal() as event number
* EventDeserializer maps desirializer with using event numbers (not EventTypes)
@bluebike bluebike closed this Oct 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant