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

    Type Alias TelemetryConfig

    Configuration for opt-in client telemetry (KIP-714).

    type TelemetryConfig = {
        collector: MetricsCollector;
    }
    Index

    Properties

    Properties

    collector: MetricsCollector

    Callback that collects and serialises client metrics.

    The reporter calls this on each push interval. Return an empty Uint8Array to skip the push.