File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 44MySQL Binary Log connector. @osheroff 's fork of @shiyko 's project, probably
55the "official" version of this. With help from the Debezium devs.
66
7+ ## Usage
8+
9+ ``` xml
10+ <dependency >
11+ <groupId >com.zendesk</groupId >
12+ <artifactId >mysql-binlog-connector-java</artifactId >
13+ <version >0.25.0</version >
14+ </dependency >
15+ ```
16+
717Initially project was started as a fork of [ open-replicator] ( https://code.google.com/p/open-replicator ) ,
818but ended up as a complete rewrite. Key differences/features:
919
@@ -22,16 +32,6 @@ but ended up as a complete rewrite. Key differences/features:
2232[ siddontang/go-mysql] ( https://github.com/siddontang/go-mysql ) (Go),
2333[ noplay/python-mysql-replication] ( https://github.com/noplay/python-mysql-replication ) (Python).
2434
25- ## Usage
26-
27-
28- ``` xml
29- <dependency >
30- <groupId >com.zendesk</groupId >
31- <artifactId >mysql-binlog-connector-java</artifactId >
32- <version >0.25.0</version >
33- </dependency >
34- ```
3535
3636Or get the latest JAR(s) from [ here] ( https://search.maven.org/search?q=g:com.zendesk%20AND%20a:mysql-binlog-connector-java ) .
3737
You can’t perform that action at this time.
0 commit comments