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

    Interface QwpEgressReplayResetEvent

    interface QwpEgressReplayResetEvent {
        cause?: unknown;
        endpoint?: string | URL;
        previousEndpoint?: string | URL;
        requestId: bigint;
        serverInfo: QwpServerInfoMessage;
    }
    Index

    Properties

    cause?: unknown
    endpoint?: string | URL
    previousEndpoint?: string | URL
    requestId: bigint

    Client request being re-executed on the replacement connection.

    Authoritative SERVER_INFO received from the replacement endpoint.