Skip to content

Commit

Permalink
Merge pull request apache#1 from avalon566/master
Browse files Browse the repository at this point in the history
Use MySQL protocol data type name and make method name more accurate
  • Loading branch information
董宗磊 authored Sep 26, 2019
2 parents 587e7dc + 2f83a63 commit 509f222
Show file tree
Hide file tree
Showing 13 changed files with 290 additions and 152 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ public void channelRead(final ChannelHandlerContext ctx, final Object msg) {
public void exceptionCaught(final ChannelHandlerContext ctx, final Throwable cause) {
if (null != responseCallback) {
responseCallback.setFailure(cause);
log.error("protocol resolution error", cause);
}
}
});
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Mysql Binlog Dumper For Sharding Scaling

## Overview

mysql binlog dump for sharding scaling which attention to high efficient transmission and eventual consistency,not atomicity.
Loading

0 comments on commit 509f222

Please # to comment.