-
Notifications
You must be signed in to change notification settings - Fork 136
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
UuidRequestIdConfig Builder #185
Comments
Try this:
This is sort of a hack, I think the real issue is that our Protos our outdated. |
I'm working on making the process of protobuf update automatic. I'll have a PR ready probably later today so we're done with those type of issues once and for all 😊 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need to be able to set the configuration
pack_trace_reason
of UuidRequestIdConfig and we didn't find the specific builder.we try to do this:
but this create this configuration in envoy:
With this error:
Didn't find a registered implementation for type: 'udpa.type.v1.TypedStruct'
Sorry for the very basic question, but what would be the correct way to configure UuidRequestIdConfig without having a builder?
The text was updated successfully, but these errors were encountered: