Interface ClientTelemetry
Deprecated, for removal: This API element is subject to removal in a future version.
A
MetricsReporter may implement this interface to indicate support for collecting client
telemetry on the server side.-
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Called by the broker to fetch instance ofClientTelemetryReceiver.
-
Method Details
-
clientReceiver
ClientTelemetryReceiver clientReceiver()Deprecated, for removal: This API element is subject to removal in a future version.Called by the broker to fetch instance ofClientTelemetryReceiver.This instance may be cached by the broker.
- Returns:
- broker side instance of
ClientTelemetryReceiver.
-
ClientTelemetryExporterProviderinstead. This interface will be removed in Kafka 5.0.0. The new interface provides aClientTelemetryExporterwhich includes additional context such as the push interval.