We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb36463 commit 3063dafCopy full SHA for 3063daf
1 file changed
plugin/v3/plugin.proto
@@ -103,11 +103,16 @@ message Sync {
103
string connection = 2;
104
}
105
message Request {
106
+ message Shard {
107
+ int32 num = 1;
108
+ int32 total = 2;
109
+ }
110
repeated string tables = 1;
111
repeated string skip_tables = 2;
112
bool skip_dependent_tables = 3;
113
bool deterministic_cq_id = 4;
114
BackendOptions backend = 5;
115
+ optional Shard shard = 6;
116
117
message Response {
118
oneof message {
0 commit comments