You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$grpcurl -plaintext localhost:8888 describe integration.JobService
Failed to resolve symbol "integration.JobService": proto: message field "integration.JobResponse.data" cannot resolve type: "*.google.protobuf.Struct" not found
Environment
OS name, version and architecture: Linux archlinux 6.17.9-arch1-1 x86_64 GNU/Linux
Node version : v25.2.1
Node installation method : system package manager pacman
If applicable, compiler version [e.g. clang 3.8.0-2ubuntu4]
Problem description
The current implementation of reflection lacks necessary information, causing debugging tools to not work properly.
reproduce steps
Environment
reason
Debugging tools need to obtain dependencies between FileDescriptorResponse through the reflection interface to resolve symbols.
reference