Skip to content

Commit a3a6517

Browse files
authored
YQ-3322: Row dispatcher: add use_row_dispatcher to public api (#8331)
1 parent 26afa4e commit a3a6517

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ydb/public/api/protos/draft/fq.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,7 @@ message DataStreams {
442442
string endpoint = 3 [(Ydb.length).le = 1024];
443443
string database = 4 [(Ydb.length).le = 1024];
444444
bool secure = 5;
445+
bool shared_reading = 6;
445446
}
446447

447448
message Monitoring {

0 commit comments

Comments
 (0)