Joshua Humphries

Results 433 comments of Joshua Humphries

Before I stumbled upon this issue (and the associated JIRA issue), I had made a patch similar to what's proposed -- but instead of just renaming methods to make it...

@martin-g, I would happily see @jmd-z's change (this PR) merge, since he put the effort into it first. @jmd-z, do you plan to make these changes? It's been a few...

We are planning to create a collection of links to ecosystem projects that are related to Connect, and this looks like one we'd add to that.

@Kvarnefalk, this is probably better off as an issue, to discuss. What was the actual command-line used? Were you using server reflection or providing proto sources or descriptor sets? If...

Also, what version of `grpcurl` are you using and, if using server reflection, what version of grpc-java are you using in the server?

@rauanmayemir, the only way a descriptor resolver might be used is for CEL expressions that operate on `google.protobuf.Any` messages. Is that the issue you are encountering? If not, please describe...

That's correct. A descriptor resolver is generally unnecessary since the message being validated knows its own descriptor (and all fields therein know their message types, too). The only time you...

@mingodad, FWIW, we've written a specification for the Protobuf language, and that also includes a grammar that is intended to be human-readable: https://protobuf.com/docs/language-spec

The site that hosts the language spec also contains some other parser examples, including an ANTLR grammar configuration: https://protobuf.com/docs/examples

@mingodad, thanks for pointing that out. I've updated the site so it now points to the latest release instead (0.14.1).