-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Google proto import issues #5
Comments
Hello @thinkerou Can you please point me to right direction on how to use proto files with imports e.g. import "google/api/annotations.proto"; |
Hi @thinkerou I am facing the same issue, would be very helpful if you can help solve it. |
hi, everyone, sorry for replying so late, I will the next two week solve these issue, thanks! |
Hi, |
Anyone managed to solve this? |
hi, @thinkerou any idea |
If I remember right just place folder 'google' with all those google protofiles inside your proto files |
thanks, @s3naid for the comment, and yeah you are right |
Hi, |
Hello @thinkerou
I have a proto file which imports Google proto, These were added so that it Grpc can also be hosted as REST endpoints. Though highly unnecessary, it remains in our proto file.
So I cannot use these proto files directly, Can you see if we can have this generate code for karate-grpc automation.
The text was updated successfully, but these errors were encountered: