Skip to content

xds: Add Http11ProxyUpstreamTransport to MessagePrinter - #12971

Merged
shivaspeaks merged 1 commit into
grpc:masterfrom
shivaspeaks:unpack-any-Http11ProxyUpstreamTransport
Aug 5, 2026
Merged

xds: Add Http11ProxyUpstreamTransport to MessagePrinter#12971
shivaspeaks merged 1 commit into
grpc:masterfrom
shivaspeaks:unpack-any-Http11ProxyUpstreamTransport

Conversation

@shivaspeaks

@shivaspeaks shivaspeaks commented Aug 5, 2026

Copy link
Copy Markdown
Member

Printer falls back to outputting the @error indicating that the type is not recognized. So because we are unpacking Http11ProxyUpstreamTransport from any, we need to add it to the registry.
Here is the example cds resource:

 "transportSocket": {
      "name": "envoy.transport_sockets.http_11_proxy",
      "typedConfig": {
        "@error": "envoy.extensions.transport_sockets.http_11_proxy.v3.Http11ProxyUpstreamTransport is not recognized; see @value for raw binary message data",
        "@type": "type.googleapis.com/envoy.extensions.transport_sockets.http_11_proxy.v3.Http11ProxyUpstreamTransport",
        "@value": ""
      }
    },

cc: @sergiitk

@shivaspeaks
shivaspeaks merged commit d49a589 into grpc:master Aug 5, 2026
17 of 18 checks passed
@shivaspeaks
shivaspeaks deleted the unpack-any-Http11ProxyUpstreamTransport branch August 5, 2026 08:00
.add(TypedStruct.getDescriptor())
.add(RoundRobin.getDescriptor());
.add(RoundRobin.getDescriptor())
.add(Http11ProxyUpstreamTransport.getDescriptor());

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants