QuestDB JavaScript Client - v5.0.0
    Preparing search index...

    Variable QWP_RECONNECT_EVENT_KINDConst

    QWP_RECONNECT_EVENT_KIND: {
        ATTEMPT_FAILED: "attempt-failed";
        CONNECTED: "connected";
        DURABLE_ACK_PERSISTENT_FAILURE: "durable-ack-persistent-failure";
        DURABLE_ACK_UNAVAILABLE: "durable-ack-unavailable";
        FAILED_OVER: "failed-over";
        PRIMARY_UNAVAILABLE: "primary-unavailable";
        RECONNECTED: "reconnected";
        RECONNECTING: "reconnecting";
    } = ...

    Type declaration

    • ReadonlyATTEMPT_FAILED: "attempt-failed"
    • ReadonlyCONNECTED: "connected"
    • ReadonlyDURABLE_ACK_PERSISTENT_FAILURE: "durable-ack-persistent-failure"

      An orphan exhausted its consecutive durable-ACK mismatch budget.

    • ReadonlyDURABLE_ACK_UNAVAILABLE: "durable-ack-unavailable"

      An unbounded SF loop is waiting for durable-ACK-capable endpoints.

    • ReadonlyFAILED_OVER: "failed-over"
    • ReadonlyPRIMARY_UNAVAILABLE: "primary-unavailable"

      Every reachable ingress endpoint is temporarily unable to be primary.

    • ReadonlyRECONNECTED: "reconnected"
    • ReadonlyRECONNECTING: "reconnecting"