You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+12-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,17 @@
1
1
# mysql-binlog-connector-java
2
2
3
-
MySQL 5.1.18+ Binary Log connector.
3
+
MySQL Binary Log connector.
4
+
5
+
Initially project was started as a fork of [open-replicator](https://code.google.com/p/open-replicator), but ended up in a complete rewrite. Key differences (features):
6
+
7
+
- automatic binlog filename/position resolution
8
+
- resumable disconnect
9
+
- plugable failover strategies
10
+
- JMX exposure (optionally with statistics)
11
+
- availability in Maven Central (on hold, until everything is thoroughly tested)
12
+
- comprehensive test coverage (in progress)
13
+
- no third-party dependencies
14
+
- binlog_checksum support (for MySQL 5.6.2+ users)
0 commit comments