Skip to content

protoc-gen-grpc-gateway should warn or fail if a selector does not exist #1175

Closed
@andrascz

Description

Steps you follow to reproduce the error:

  1. specify a service config with a selector which does not exist (mistype rpc service name)
  2. generate gateway code
  3. generation does not fail, but ignores the endpoint with a not matched selector

What did you expect to happen instead:

Generation fails or at least warns me about a non-matched selector

What's your theory on why it isn't working:

Currently non-matched selectors are gracefully ignored.

Metadata

Assignees

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