Skip to content
Snippets Groups Projects
Commit e84d242e authored by HuKeping's avatar HuKeping
Browse files

Use DBC case instead of SBC case


Signed-off-by: default avatarHu Keping <hukeping@huawei.com>
parent 50be893e
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ a response must be sent back with an `OK` status and the status field should be
set to `SERVING` or `NOT_SERVING` accordingly. If the service name is not
registered, the server returns a `NOT_FOUND` GRPC status.
The server should use an empty string as the key for servers
The server should use an empty string as the key for server's
overall health status, so that a client not interested in a specific service can
query the server's status with an empty request. The server can just do exact
matching of the service name without support of any kind of wildcard matching.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment