How can I use proto-google-common-protos in a quarkus project #50077
Unanswered
baozi-2019
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a multi module quarkus project like this. And proto-google-common-protos imported in center-api project.
user-service.proto
I want to use quarkus to generate grpc code. But datetime.proto can not be found.
If I change yaml config file like this:
It compile error, because there are multiple helloworld.proto file.
How can I use proto-google-common-protos to create new proto file?
Beta Was this translation helpful? Give feedback.
All reactions