@qualithm/kafka-client - v0.1.6
    Preparing search index...

    Class KafkaTimeoutError

    Error when a request to a broker times out.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    broker?: string

    Broker address that caused the error, if known.

    name: "KafkaTimeoutError"
    retriable: boolean

    Whether this error is retriable (transient).

    timeoutMs: number

    Timeout duration in milliseconds.

    Methods