ClickHouse/dbms/tests/integration/test_storage_kafka/clickhouse_path/format_schemas/kafka.proto

6 lines
82 B
Protocol Buffer
Raw Normal View History

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