elixir-grpc / grpc-reflection

elixir graph reflection support
Apache License 2.0
9 stars 6 forks source link

35 failed to resolve symbol #37

Closed mjheilmann closed 4 months ago

mjheilmann commented 4 months ago

The proto generator protobuf_generate assigns services with a FileDescriptorProto instead of just a ServiceDescriptorProto. While this is arguably better, and has information we should be able to leverage, this PR simply unwraps the extra layer at the service entry point and performs the normal dynamic discovery that it does for protobuf_elixir