interface QuorumProfile {
    app_id: string;
    counts?: Record<string, number>;
    engine_id: string;
    entity?: string;
    inited?: string;
    namespace: string;
    reclaimCount?: number;
    reclaimDelay?: number;
    signature?: string;
    stream?: string;
    stream_depth?: number;
    system?: SystemHealth;
    throttle?: number;
    timestamp?: string;
    worker_topic?: string;
}

Properties

app_id: string
counts?: Record<string, number>
engine_id: string
entity?: string
inited?: string
namespace: string
reclaimCount?: number
reclaimDelay?: number
signature?: string
stream?: string
stream_depth?: number
system?: SystemHealth
throttle?: number
timestamp?: string
worker_topic?: string