-
Notifications
You must be signed in to change notification settings - Fork 564
Closed
Description
Listing available services works correctly.
$ grpcurl -plaintext localhost:9090 list
demo.v1.DemoService
grpc.health.v1.Health
grpc.reflection.v1.ServerReflection
grpc.reflection.v1alpha.ServerReflectionHowever, describing a "custom" service fails, while the rest of the grpc.* services do not.
$ grpcurl -plaintext localhost:9090 describe demo.v1.DemoService
Failed to resolve symbol "demo.v1.DemoService": proto: invalid syntax: "<unknown:0>"Is this a know issue?
Should I register only either v1 or v1alpha reflection services?
Related: fullstorydev/grpcui#279
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels