-
Notifications
You must be signed in to change notification settings - Fork 175
MariaDb binlog compression #8
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
Comments
Ha, just came here to report the same issue :) @osheroff, what's your general stance on MariaDB specifics? This comes up regularly in the Debezium community, and we'd like to support this going forward. We could spend some cycles on this, altough I'm not quite sure yet, whether this is something that can be done in general or not. I.e. some exploration of the details around binlog compression will be needed. |
I'd love to support mariaDB too, though not having a big mariadb production install to test against makes me nervous. The issues come up w/ Maxwell as well from time to time, and I've never personally found the time to invest. I guess I've just been waiting for that someone with the big mariaDB install to come help develop it. |
I have access to (big/real) MariaDB instances and would want to get it supported. We haven't use binlog compression, but other features that has problems.
Also getting MariaDB option part of automatic testing would nice... There has been around few PRs related to MariaDB in shyiko/mysql-binlog-connector-java . Support MariaDB GTID Add mariadb event types |
Same here, interested in MariaDb, using Maxwell and getting some errors ( |
+1 |
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. '
}
}
The text was updated successfully, but these errors were encountered: