Replies: 2 comments 2 replies
-
/cc @radcortez (config) |
Beta Was this translation helpful? Give feedback.
0 replies
-
That's a good question. If it does not. I think we need to revise the generation a bit to distinguish main from test. \CC @alesj |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
Is it possible to configure a test directory for protos messages used exclusively in tests?
I see in https://quarkus.io/guides/grpc-generation-reference that you can configure the proto directory via
quarkus.grpc.codegen.proto-directory
, but I could not find any further configuration options.When writing generic proto processing code it's helpful to define proto messages that will only be used in test similar to https://github.com/entur/mapstruct-spi-protobuf/blob/7ffeba82db83d7ff36fe857038cb797f7371b62d/usage/src/main/proto/User.proto
Beta Was this translation helpful? Give feedback.
All reactions