Get desktop application:
View/edit binary Protocol Buffers messages
repeated int64 committed_records = 1
int64 record_id = 1
optional string error = 2
int64 record_id = 1
optional string error = 2
string topic = 1
optional Schema schema = 2
optional Record record = 3
Used in: Record
string name = 1
optional Value value = 2
Used in: SourceRequest
int64 record_id = 1
string error_message = 2
Used in: ProcessorResponse
int64 record_id = 1
optional string error = 2
repeated Record records = 3
Used in: ProcessorRequest, ProcessorResult, SinkRequest, SourceResponse, TopicProducerResponse
int64 record_id = 1
optional Value key = 2
optional Value value = 3
repeated Header headers = 4
string origin = 5
optional int64 timestamp = 6
Used in: ProcessorRequest, ProcessorResponse, SinkRequest, SourceResponse, TopicProducerResponse
int32 schema_id = 1
bytes value = 2
Used in: Header, Record
int32 schema_id = 1
oneof type_oneof
bytes bytes_value = 2
bool boolean_value = 3
string string_value = 4
int32 byte_value = 5
int32 short_value = 6
int32 int_value = 7
int64 long_value = 8
float float_value = 9
double double_value = 10
string json_value = 11
bytes avro_value = 12