-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to add protobuf wrappers in url template option #808
Comments
I've no idea why this is erroring, have you had a chance to do some debugging? |
Yes, I tried to debug: Recognised well-known types are added here: |
Huh, interesting, perhaps we just need to add the rest of the well known types there? |
I'm adding other types. It's passing. I'll verify end to end once. if all goes fine, I'll raise a PR? |
Yes, thanks a lot! |
Fixed by #809. Thanks for your PR! |
It appears the MR discussed #809 just generates invalid code. @mayank-dixit are you interested in submitting a PR which adds the functions? |
Nevermind, still confused, continue discussion in #809 |
Reopening as there's definitely a problem with the current code, see #809 (comment) |
Still not fixed, reopening |
Pre
Steps
My proto file looks like this:
And then I try compile protos:
Works fine. And then I try to generate reverse proxy using:
expected:
Successful compilation
result:
The text was updated successfully, but these errors were encountered: