You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In case the broker is requesting a set of KIP 714 metrics that isn't matching any of librdkafka implemented metrics an assert is triggered that makes the client process terminate.
How to reproduce
Enable the metric producer.request.latency.avg on the cluster, this particular metric is only present in Java client.
Connect to the cluster with librdkafka 2.5.0.
Happens to clients already connected too.
Description
In case the broker is requesting a set of KIP 714 metrics that isn't matching any of librdkafka implemented metrics an assert is triggered that makes the client process terminate.
How to reproduce
Enable the metric
producer.request.latency.avg
on the cluster, this particular metric is only present in Java client.Connect to the cluster with librdkafka 2.5.0.
Happens to clients already connected too.
Checklist
Please provide the following information:
enable.metrics.push=true (default)
debug=..
as necessary) from librdkafkaLogs
The text was updated successfully, but these errors were encountered: