Configuration Reference

Version:1.0.1

Grpc Runtime Config Properties

🔗
Table 1. Configuration Properties for GrpcClientTracingInterceptorConfiguration
Property Type Description

grpc.client.tracing.operation-name

io.opentracing.contrib.grpc.OperationNameConstructor

grpc.client.tracing.streaming

boolean

grpc.client.tracing.traced-attributes

io.opentracing.contrib.grpc.ClientTracingInterceptor$ClientRequestAttribute[]

grpc.client.tracing.verbosity

boolean

grpc.client.tracing.active-span-source

io.opentracing.contrib.grpc.ActiveSpanSource

grpc.client.tracing.active-span-context-source

io.opentracing.contrib.grpc.ActiveSpanContextSource

grpc.client.tracing.client-span-decorator

io.opentracing.contrib.grpc.ClientSpanDecorator

grpc.client.tracing.client-close-decorator

io.opentracing.contrib.grpc.ClientCloseDecorator

🔗
Table 2. Configuration Properties for GrpcServerTracingInterceptorConfiguration
Property Type Description

grpc.server.tracing.operation-name

io.opentracing.contrib.grpc.OperationNameConstructor

grpc.server.tracing.traced-attributes

io.opentracing.contrib.grpc.ServerTracingInterceptor$ServerRequestAttribute[]

grpc.server.tracing.streaming

boolean

grpc.server.tracing.verbosity

boolean

grpc.server.tracing.server-span-decorator

io.opentracing.contrib.grpc.ServerSpanDecorator

grpc.server.tracing.server-close-decorator

io.opentracing.contrib.grpc.ServerCloseDecorator

🔗
Table 3. Configuration Properties for GrpcNamedManagedChannelConfiguration
Property Type Description

grpc.channels.*.for-address

java.net.SocketAddress

grpc.channels.*.for-target

java.lang.String

grpc.channels.*.channel-type

java.lang.Class

grpc.channels.*.channel-factory

io.netty.channel.ChannelFactory

grpc.channels.*.negotiation-type

io.grpc.netty.NegotiationType

grpc.channels.*.event-loop-group

io.netty.channel.EventLoopGroup

grpc.channels.*.ssl-context

io.netty.handler.ssl.SslContext

grpc.channels.*.flow-control-window

int

grpc.channels.*.max-inbound-metadata-size

int

grpc.channels.*.plaintext

boolean

grpc.channels.*.transport-security

boolean

grpc.channels.*.keep-alive-time

java.time.Duration

grpc.channels.*.keep-alive-timeout

java.time.Duration

grpc.channels.*.keep-alive-without-calls

boolean

grpc.channels.*.local-socket-picker

io.grpc.netty.NettyChannelBuilder$LocalSocketPicker

grpc.channels.*.max-inbound-message-size

int

grpc.channels.*.direct-executor

boolean

grpc.channels.*.executor

java.util.concurrent.Executor

grpc.channels.*.intercept

java.util.List

grpc.channels.*.name-resolver-factory

io.grpc.NameResolver$Factory

grpc.channels.*.default-load-balancing-policy

java.lang.String

grpc.channels.*.enable-full-stream-decompression

boolean

grpc.channels.*.decompressor-registry

io.grpc.DecompressorRegistry

grpc.channels.*.compressor-registry

io.grpc.CompressorRegistry

grpc.channels.*.r-agent

java.lang.String

grpc.channels.*.override-authority

java.lang.String

grpc.channels.*.idle-timeout

java.time.Duration

grpc.channels.*.max-retry-attempts

int

grpc.channels.*.max-hedged-attempts

int

grpc.channels.*.retry-buffer-size

long

grpc.channels.*.per-rpc-buffer-limit

long

grpc.channels.*.disable-retry

boolean

grpc.channels.*.enable-retry

boolean

grpc.channels.*.set-binary-log

io.grpc.BinaryLog

grpc.channels.*.max-trace-events

int

grpc.channels.*.proxy-detector

io.grpc.ProxyDetector

grpc.channels.*.build

boolean

🔗
Table 4. Configuration Properties for GrpcServerConfiguration
Property Type Description

grpc.server.for-port

int

grpc.server.for-address

java.net.SocketAddress

grpc.server.add-listen-address

java.net.SocketAddress

grpc.server.channel-type

java.lang.Class

grpc.server.boss-event-loop-group

io.netty.channel.EventLoopGroup

grpc.server.worker-event-loop-group

io.netty.channel.EventLoopGroup

grpc.server.protocol-negotiator

io.grpc.netty.ProtocolNegotiator

grpc.server.max-concurrent-calls-per-connection

int

grpc.server.flow-control-window

int

grpc.server.max-inbound-message-size

int

grpc.server.max-inbound-metadata-size

int

grpc.server.keep-alive-time

java.time.Duration

grpc.server.keep-alive-timeout

java.time.Duration

grpc.server.max-connection-idle

java.time.Duration

grpc.server.max-connection-age

java.time.Duration

grpc.server.max-connection-age-grace

java.time.Duration

grpc.server.permit-keep-alive-time

java.time.Duration

grpc.server.permit-keep-alive-without-calls

boolean

grpc.server.executor

java.util.concurrent.Executor

grpc.server.add-service

io.grpc.ServerServiceDefinition

grpc.server.add-transport-filter

io.grpc.ServerTransportFilter

grpc.server.intercept

io.grpc.ServerInterceptor

grpc.server.add-stream-tracer-factory

io.grpc.ServerStreamTracer$Factory

grpc.server.fallback-handler-registry

io.grpc.HandlerRegistry

grpc.server.decompressor-registry

io.grpc.DecompressorRegistry

grpc.server.compressor-registry

io.grpc.CompressorRegistry

grpc.server.handshake-timeout

java.time.Duration

grpc.server.set-binary-log

io.grpc.BinaryLog

grpc.server.set-transport-tracer-factory

io.grpc.internal.TransportTracer$Factory

🔗
Table 5. Configuration Properties for GrpcDefaultManagedChannelConfiguration
Property Type Description

grpc.client.for-address

java.net.SocketAddress

grpc.client.for-target

java.lang.String

grpc.client.channel-type

java.lang.Class

grpc.client.channel-factory

io.netty.channel.ChannelFactory

grpc.client.negotiation-type

io.grpc.netty.NegotiationType

grpc.client.event-loop-group

io.netty.channel.EventLoopGroup

grpc.client.ssl-context

io.netty.handler.ssl.SslContext

grpc.client.flow-control-window

int

grpc.client.max-inbound-metadata-size

int

grpc.client.plaintext

boolean

grpc.client.transport-security

boolean

grpc.client.keep-alive-time

java.time.Duration

grpc.client.keep-alive-timeout

java.time.Duration

grpc.client.keep-alive-without-calls

boolean

grpc.client.local-socket-picker

io.grpc.netty.NettyChannelBuilder$LocalSocketPicker

grpc.client.max-inbound-message-size

int

grpc.client.direct-executor

boolean

grpc.client.executor

java.util.concurrent.Executor

grpc.client.intercept

java.util.List

grpc.client.name-resolver-factory

io.grpc.NameResolver$Factory

grpc.client.default-load-balancing-policy

java.lang.String

grpc.client.enable-full-stream-decompression

boolean

grpc.client.decompressor-registry

io.grpc.DecompressorRegistry

grpc.client.compressor-registry

io.grpc.CompressorRegistry

grpc.client.r-agent

java.lang.String

grpc.client.override-authority

java.lang.String

grpc.client.idle-timeout

java.time.Duration

grpc.client.max-retry-attempts

int

grpc.client.max-hedged-attempts

int

grpc.client.retry-buffer-size

long

grpc.client.per-rpc-buffer-limit

long

grpc.client.disable-retry

boolean

grpc.client.enable-retry

boolean

grpc.client.set-binary-log

io.grpc.BinaryLog

grpc.client.max-trace-events

int

grpc.client.proxy-detector

io.grpc.ProxyDetector

grpc.client.build

boolean

🔗
Table 6. Configuration Properties for GrpcSslConfiguration
Property Type Description

grpc.server.ssl-context

io.netty.handler.ssl.SslContext

grpc.server.ssl.cert-chain

java.lang.String

grpc.server.ssl.private-key

java.lang.String