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
{{ message }}
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.
We have consumers that are running inside Flink cluster, using the FlinkKafkaConsumer . They are not reported at all.
I looked into what is different about them. Apparently, those consumers for some reason do not send their client.id to the Kafka broker (I can see that by using Confluent utilities). It is obviously their problem, and maybe they will fix it in the future.
On the other hand, this should not be a reason for not showing their lags at all; the offsets and lags by consumer group and partition are available.
The text was updated successfully, but these errors were encountered:
We have consumers that are running inside Flink cluster, using the FlinkKafkaConsumer . They are not reported at all.
I looked into what is different about them. Apparently, those consumers for some reason do not send their client.id to the Kafka broker (I can see that by using Confluent utilities). It is obviously their problem, and maybe they will fix it in the future.
On the other hand, this should not be a reason for not showing their lags at all; the offsets and lags by consumer group and partition are available.
The text was updated successfully, but these errors were encountered: