Get desktop application:
View/edit binary Protocol Buffers messages
Used in: CDCRequest
int32 version = 1
string request_id = 2
oneof request_body
Used in: CDCRequest
UNKNOWN = 0
LOGIN = 1
STREAM_DATA = 2
ACK_STREAMING = 3
STOP_STREAMING = 4
START_STREAMING = 5
DROP_STREAMING = 6
string request_id = 1
oneof response
optional string error_code = 14
optional string error_message = 15
Used in: CDCResponse
UNKNOWN = 0
SUCCEED = 1
FAILED = 2
Used in: CDCResponse
Used in: DataRecordResult
int64 transaction_commit_millis = 4
bool is_ddl = 6
optional string ddl_SQL = 7
Used in: Record
UNKNOWN = 0
INSERT = 1
UPDATE = 2
DELETE = 3
CREATE_TABLE = 4
ALTER_TABLE = 5
DROP_TABLE = 6
CREATE_INDEX = 7
ALTER_INDEX = 8
DROP_INDEX = 9
Used in: Record
string database = 1
optional string schema = 2
string table = 3
Used in: CDCRequest
Used in: CDCRequest
Used in: LoginRequestBody
string username = 1
string password = 2
Used in: LoginRequestBody
Used in: CDCResponse
string server_version = 1
string protocol_version = 2
Used in: CDCRequest
Used in: CDCRequest
Used in: CDCRequest
string database = 1
bool full = 3
Used in: StreamDataRequestBody
string schema = 1
string table = 2
Used in: CDCResponse
Used in: DataRecordResult.Record