Skip to content

Commit 2369fcf

Browse files
author
Przemysław Stępień
authored
feat: Add optional toggle for error messages for backwards compatibility (#29)
1 parent 406bc28 commit 2369fcf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugin/v3/plugin.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ message Sync {
118118
bool deterministic_cq_id = 4;
119119
BackendOptions backend = 5;
120120
optional Shard shard = 6;
121+
bool withErrorMessages = 7; // If true, the plugin will send error messages in the response stream
121122
}
122123
message Response {
123124
oneof message {

0 commit comments

Comments
 (0)