We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ab39b0 commit 88d31baCopy full SHA for 88d31ba
1 file changed
proto/typedb_service/server.proto
@@ -38,8 +38,9 @@ message ServerManager {
38
}
39
40
message Server {
41
- optional string address = 1;
42
- optional ReplicaStatus replica_status = 2;
+ optional string serving_address = 1;
+ optional string connection_address = 2;
43
+ optional ReplicaStatus replica_status = 3;
44
45
message ReplicaStatus {
46
uint64 replica_id = 1;
0 commit comments