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.
Please help me to understand and workaround this issue! :)
I am trying to configure kafka-lag-exporter to monitor AWS MSK using IAM authentication.
The service runs, and IAM auth works (I can tell because when I don't give role permissions it complains), but then the lag exporter discovers no consumer groups or topics.
I see that there is a strange timeout that happens almost immediately after the request starts (according to the log timestamp) despite very same logs saying that the timeout is supposed to be 10000ms. But I may be mis-interpreting logs, and I see that it then retries without an error...
To Reproduce
Kafka cluster: AWS MSK + IAM Authentication
Describe the bug
Please help me to understand and workaround this issue! :)
I am trying to configure
kafka-lag-exporter
to monitor AWS MSK using IAM authentication.The service runs, and IAM auth works (I can tell because when I don't give role permissions it complains), but then the lag exporter discovers no consumer groups or topics.
I see that there is a strange timeout that happens almost immediately after the request starts (according to the log timestamp) despite very same logs saying that the timeout is supposed to be
10000ms
. But I may be mis-interpreting logs, and I see that it then retries without an error...To Reproduce
Kafka cluster: AWS MSK + IAM Authentication
Config options:
Here is the policy that I use to give access to MSK:
Please find
DEBUG
logs attached: kafka-log-exporter-log.txtEnvironment
seglo/kafka-lag-exporter:0.8.2
MSK, Kafka 3.3.1
The text was updated successfully, but these errors were encountered: