Re: [protobuf] Validate .proto file in Java

2017-12-07 Thread Omar Al-Safi
2017 at 21:39, Marc Gravell wrote: > Apparently https://github.com/square/wire/ includes a runtime .proto > parser for Java. That might help? It isn't the official one, note. > > On 6 Dec 2017 8:28 p.m., "Omar Al-Safi" wrote: > >> Hello folks, >> >&g

[protobuf] Validate .proto file in Java

2017-12-06 Thread Omar Al-Safi
Hello folks, I stubbled upon a requirements that I receive a textual representation of a proto file from an external service and then I need to save it. I want first to check if the text is a valid protobuf schema representation, is there way a to validate the syntax of a proto file during the