package envoy.extensions.transport_sockets.internal_upstream.v3

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message InternalUpstreamTransport

internal_upstream.proto:28

Configuration for the internal upstream address. An internal address defines a loopback user space socket residing in the same proxy instance. This extension allows passing additional structured state across the user space socket in addition to the regular byte stream. The purpose is to facilitate communication between filters on the downstream and the upstream internal connections. All filter state objects that are shared with the upstream connection are also shared with the downstream internal connection using this transport socket.

message InternalUpstreamTransport.MetadataValueSource

internal_upstream.proto:32

Describes the location of the imported metadata value. If the metadata with the given name is not present at the source location, then no metadata is passed through for this particular instance.

Used in: InternalUpstreamTransport