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

    Class KafkaProtocolError

    Error returned by a Kafka broker in a protocol response. Maps to the error codes defined in the Kafka protocol spec.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    errorCode: number

    Kafka protocol error code (e.g. 1 = OFFSET_OUT_OF_RANGE).

    name: "KafkaProtocolError"
    retriable: boolean

    Whether this error is retriable (transient).

    Methods