Skip to content

Commit a10b859

Browse files
committed
Add connection address to the Server message
1 parent ca070c1 commit a10b859

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

proto/typedb_service/server.proto

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@ message ServerManager {
3838
}
3939

4040
message Server {
41-
optional string address = 1;
42-
optional ReplicaStatus replica_status = 2;
41+
optional string serving_address = 1;
42+
optional string connection_address = 2;
43+
optional ReplicaStatus replica_status = 3;
4344

4445
message ReplicaStatus {
4546
uint64 replica_id = 1;

0 commit comments

Comments
 (0)