File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 4
4
MySQL Binary Log connector. @osheroff 's fork of @shiyko 's project, probably
5
5
the "official" version of this. With help from the Debezium devs.
6
6
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
+
7
17
Initially project was started as a fork of [ open-replicator] ( https://code.google.com/p/open-replicator ) ,
8
18
but ended up as a complete rewrite. Key differences/features:
9
19
@@ -22,16 +32,6 @@ but ended up as a complete rewrite. Key differences/features:
22
32
[ siddontang/go-mysql] ( https://github.com/siddontang/go-mysql ) (Go),
23
33
[ noplay/python-mysql-replication] ( https://github.com/noplay/python-mysql-replication ) (Python).
24
34
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
- ```
35
35
36
36
Or get the latest JAR(s) from [ here] ( https://search.maven.org/search?q=g:com.zendesk%20AND%20a:mysql-binlog-connector-java ) .
37
37
You can’t perform that action at this time.
0 commit comments