delimitrou / DeathStarBench

Open-source benchmark suite for cloud microservices
Apache License 2.0
752 stars 419 forks source link

Version of protoc & protoc-gen-go? #238

Closed NaNillll closed 1 year ago

NaNillll commented 2 years ago

Hello! About hotel reservations, which version of protoc & protoc-gen-go is used?It seems the newest protoc can not complied .proto in project......

zWang64 commented 2 years ago

I had the same issue. It turned out that you should use github.com/golang/protobuf/protoc-gen-go instead of google.golang.org/protobuf/cmd/protoc-gen-go. Good luck.

NaNillll commented 1 year ago

Thank you. I solve by update all protoc tools and grpc