rmedvedev / grpcdump

Tool for capture and parse grpc traffic
MIT License
154 stars 23 forks source link

question to proto file #1

Open Arnold1 opened 4 years ago

Arnold1 commented 4 years ago

hi,

how can you use this Proto file? https://github.com/tensorflow/serving/blob/master/tensorflow_serving/apis/inference.proto

it includes multiple files. so can you tool use multiple files as well?

rmedvedev commented 4 years ago

Hi, sorry for the late reply. I investigated your problem, could you try: grpcdump -i lo -proto-path ./serving -proto-files tensorflow_serving/apis/inference.proto ./serving - is root directory for proto files

I also found several bugs that do not affect the work of the tool. I will fix them soon.