If I have a grpc server running that is exposing the reflection service, is there some way to connect to it and generate the stub in some language to call it?
Like using protoc
but referencing the server instead of the .proto
files
I don't want a way to dynamically call the message, but rather a way to generate the proper Java (or other languages) stub code