DBZ-485 Replication message provides full type info

This commit is contained in:
Jiri Pechanec
2017-11-27 14:18:23 +01:00
committed by Gunnar Morling
parent 6c1723a179
commit 2f3179ef4e
4 changed files with 187 additions and 6 deletions

View File

@@ -30,6 +30,10 @@ message DatumMessage {
}
}
message TypeInfo {
required string modifier = 1;
}
message RowMessage {
optional uint32 transaction_id = 1;
optional uint64 commit_time = 2;
@@ -37,4 +41,5 @@ message RowMessage {
optional Op op = 4;
repeated DatumMessage new_tuple = 5;
repeated DatumMessage old_tuple = 6;
repeated TypeInfo new_typeinfo = 7;
}