Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pump client: compatible with kafka version tidb-binlog && add unit test #139

Merged
merged 15 commits into from
Dec 18, 2018
2 changes: 1 addition & 1 deletion tidb-binlog/pump_client/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
package client

import (
"context"
"fmt"
"net"
"os"
Expand All @@ -25,7 +26,6 @@ import (
"github.com/pingcap/tidb-tools/tidb-binlog/node"
binlog "github.com/pingcap/tipb/go-binlog"
pb "github.com/pingcap/tipb/go-binlog"
"golang.org/x/net/context"
"google.golang.org/grpc"
)

Expand Down