Skip to content

MariaDb binlog compression #8

@akhawatrahTW

Description

@akhawatrahTW

Hi,

Trying mysql-binlog-connector 0.21.0 against mariadb. Whenever binlog compression is enabled, it throws java.io.IOException: Unknown event type.

Is binlog compression supported by mysql-binlog-connector ?

Following is how one of the events look (retrieved using mysqlbinlog):

Event{
header=EventHeaderV4{
timestamp=1592003319000,
eventType=QUERY,
serverId=5,
headerLength=19,
dataLength=280,
nextPosition=753402908,
flags=8
},
data=QueryEventData{
threadId=0,
executionTime=0,
errorCode=0,
database='',
sql='# Dummy event replacing event type 160 that slave cannot handle. '
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions