Skip to content
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.

relay: add pullBinlogs interface for dm-worker to get local/grpc relay log #2216

Closed
wants to merge 10 commits into from
Prev Previous commit
Next Next commit
address comment
  • Loading branch information
lichunzhu committed Oct 19, 2021
commit 943088994bb27158fa5310c0ee7f37f53a64cad4
2 changes: 1 addition & 1 deletion dm/pb/dmworker.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dm/proto/dmworker.proto
Original file line number Diff line number Diff line change
@@ -380,7 +380,7 @@ message GetWorkerCfgResponse {

// The Location describes the starts position of a binlog, could be either gtid or position way.
message Location {
// The suffix of binlog file, like .000001 .000002
// The name of mysql binlog file, like mysql-bin.000001
string name = 1;

// The binlog offset in a file. Assign this if we want to start from a binlog position