The current telemetry subscription, or null if not yet subscribed.
Whether the reporter is actively pushing telemetry.
Start the telemetry reporter.
Fetches the broker's telemetry subscription and begins periodic pushes. If the broker does not support telemetry, the reporter silently remains inactive.
Stop the telemetry reporter.
Sends a final terminating push and stops the interval timer.
Client telemetry reporter (KIP-714).
Discovers the broker's telemetry subscription via
GetTelemetrySubscriptions, then periodically pushes collected metrics viaPushTelemetry. On shutdown, sends a final push withterminating: true.Example