This message was deleted.
# help
s
This message was deleted.
🤔 1
t
As far as I could tell there's no way to directly parse .proto definitions in Java, only compile them into either code or .dsc via protoc. Because WireMock needs to dynamically work with proto data structures (using static code would be impractical) .dsc is the only available option. Generating it is quite simple using Java build tools, Gradle example here: https://github.com/wiremock/wiremock-grpc-demos/tree/main/java