Johan Brandhorst-Satzkorn

Results 600 comments of Johan Brandhorst-Satzkorn

This may still be interesting, but is of much less significance now that we have stable generation of files in a one-line command.

Not currently as far as I know. The `runtime.ServeMux` implements `http.Handler` though, so you can use your own router and only use the ServeMux to handle a subset of routes.

I think it is just the tags, as you say, not the entire service option. I have updated the title. Would you be interesting in helping implement this?

See also: https://github.com/grpc-ecosystem/grpc-gateway/issues/2751

Hi, yes, please feel free to start working on this, thank you!

We have an open PR already: https://github.com/grpc-ecosystem/grpc-gateway/pull/2858. No need to start work on this.

Hi, thank you for your issue! We've been doing some work in this space reasonably recently (CC @oyvindwe), I wonder if this is a regression. In any case, this issue...

The grpc-gateway runtime uses the "last match wins" rule if there are two matches: https://github.com/grpc-ecosystem/grpc-gateway/pull/1384.

Hi, thanks for your issue. We don't currently support a custom mapping as an annotation, and being honest, I doubt we're going to add a custom one. May I suggest...