Skip to content

Commit 2630f14

Browse files
committed
Updated readme.md
1 parent 3fd78ed commit 2630f14

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

readme.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# mysql-binlog-connector-java
22

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)
415

516
## Usage
617

0 commit comments

Comments
 (0)