Closed tamama closed 1 year ago
@jhump FYI
I answer my own question.
Quick fix: The bug is resolved after I combine all the types into one gigantic proto file.
:)
@tamama, it is not necessary to combine everything into one file. Most likely, something else was amiss before your refactor. The most common issue that causes issues with server reflection is using incorrect import paths. The path that you use to compile a file must be the same path that other files use to import it. A mismatch will cause runtime issues with reflection. You can read more about this here.
Thanks!
Hi there,
There seems to be an issue with grpcul / grpcui listing methods...
gRPC server+reflection is written in C++ (gRPC version = 1.59.2; grpcrul = 1.8.9)
Listing service is OK
but listing methods is NOT OK: