Home > pinot-noir > IBrokerTransportConfig
Pinot broker transport config options.
Signature:
export interface IBrokerTransportConfig
Property |
Modifiers |
Type |
Description |
---|---|---|---|
number |
(Optional) The timeout after which a request will time out (in ms). | ||
URL | string |
Broker URL. | ||
number |
(Optional) Max pool connections. | ||
number |
(Optional) TCP connect timeout (in ms). | ||
number |
(Optional) Headers timeout (in ms). | ||
number |
(Optional) The maximum allowed | ||
number |
(Optional) Connection keep-alive timeout. | ||
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. | ||
string |
Pinot API access token. |