ClickHouse/dbms/tests/integration/test_storage_kafka/clickhouse_path/format_schemas/kafka.proto
2019-03-29 22:36:19 +03:00

6 lines
82 B
Protocol Buffer
Executable File

syntax = "proto3";
message KeyValuePair {
uint64 key = 1;
string value = 2;
}