Skip to content

Commit

Permalink
Add compatibility notes for BinlogConnector, fixes #681
Browse files Browse the repository at this point in the history
  • Loading branch information
timbertson committed Jul 27, 2017
1 parent b509c67 commit 9649dc3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/docs/compat.md
Expand Up @@ -36,4 +36,15 @@ Notes:
- on highly active servers, as much as 1 second of data may be duplicated.
- master recovery is not available in GTID-mode.

### MySQL binlog connector
***

As of 1.10.5, maxwell uses [shyiko/mysql-binlog-connector-java][] as its underlying
replication library (previously it was opt-in via `--binlog_connector`). This is
largely compatible with the previous OpenReplicator implementation, but there are some differences:

- Date + DateTime fields are always treated as UTC, regardless of your timezone. See
[issue #681][issue-681] for more details.

[shyiko/mysql-binlog-connector-java]: https://github.com/shyiko/mysql-binlog-connector-java
[issue-681]: https://github.com/zendesk/maxwell/issues/681

0 comments on commit 9649dc3

Please sign in to comment.