Skip to content

Fail to inspect custom gRPC server #432

@cmgsj

Description

@cmgsj

Listing available services works correctly.

$ grpcurl -plaintext localhost:9090 list    
demo.v1.DemoService
grpc.health.v1.Health
grpc.reflection.v1.ServerReflection
grpc.reflection.v1alpha.ServerReflection

However, 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions