Skip to content

Latest commit

 

History

History
169 lines (91 loc) · 2.2 KB

pinot-noir.ibrokertransportconfig.md

File metadata and controls

169 lines (91 loc) · 2.2 KB

Home > pinot-noir > IBrokerTransportConfig

IBrokerTransportConfig interface

Pinot broker transport config options.

Signature:

export interface IBrokerTransportConfig

Properties

Property

Modifiers

Type

Description

bodyTimeout?

number

(Optional) The timeout after which a request will time out (in ms).

brokerUrl

URL | string

Broker URL.

connections?

number

(Optional) Max pool connections. undefined = unlimited.

connectTimeout?

number

(Optional) TCP connect timeout (in ms).

headersTimeout?

number

(Optional) Headers timeout (in ms).

keepAliveMaxTimeout?

number

(Optional) The maximum allowed keepAliveTimeout (in ms).

keepAliveTimeout?

number

(Optional) Connection keep-alive timeout.

maxQueueSize?

number

(Optional) Max pool queue size. If undefined or 0, queue is infinite. If a request comes and queue is already at maximum size it will be discarded with LIMIT_EXCEEDED error.

token

string

Pinot API access token.