Skip to content

Commit 633e85f

Browse files
author
Ganeshwara Hananda
committed
Refactor allow_secondary_replica to read_any_replica
1 parent 94d7b4f commit 633e85f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

protobuf/options.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ message Options {
4444
oneof schema_lock_acquire_timeout_opt {
4545
int32 schema_lock_acquire_timeout_millis = 6;
4646
}
47-
oneof allow_secondary_replica_opt {
48-
bool allow_secondary_replica = 7;
47+
oneof read_any_replica_opt {
48+
bool read_any_replica = 7;
4949
}
5050
}

0 commit comments

Comments
 (0)