Closed y-yagi closed 7 months ago
Currently, grpc.reflection.v1.ServerReflection is shown in the list of Service Name. This PR removes it as well as grpc.reflection.v1alpha.ServerReflection.
grpc.reflection.v1.ServerReflection
Service Name
grpc.reflection.v1alpha.ServerReflection
Also, change to use v1 protocol if we can use it.
v1
Currently,
grpc.reflection.v1.ServerReflection
is shown in the list ofService Name
. This PR removes it as well asgrpc.reflection.v1alpha.ServerReflection
.Also, change to use
v1
protocol if we can use it.