-
-
Notifications
You must be signed in to change notification settings - Fork 276
Open
Labels
status/triage/completedAutomatic triage completedAutomatic triage completedstatus/triage/manualManual triage in progressManual triage in progresstype/bugSomething isn't workingSomething isn't working
Description
Issue submitter TODO list
- I've looked up my issue in FAQ
- I've searched for an already existing issues here
- I've tried running
main-labeled docker image and the issue still persists there - I'm running a supported version of the application which is listed here
Describe the bug (actual behavior)
Hello!
I've notice kafka-ui is making millions of API calls to DescribeTopicDynamicConfiguration action on AWS MSK, and it significantly increase our GuardDuty cost (that analyzes those events). We're talking between 10 and 23 millions calls per day (depending of our uptime, we've started closing it when it's not in use because of this charge).
Has this been reported before ?
Any way to tweak that refresh interval down ?
Thanks !
Expected behavior
Not being so aggressive on api calls.
Your installation details
Kubernetes app, using ghcr.io/kafbat/kafka-ui:latest
Steps to reproduce
Inspect cloudtrails after deploying kafka-ui in AWS.
SELECT
useridentity.arn,
useridentity.accountid,
eventsource,
eventname,
useridentity.principalid AS principal_id,
date(parse_datetime(substr(eventTime, 1, 19), 'yyyy-MM-dd''T''HH:mm:ss')) AS event_date
FROM
default.cloudtrail_logs
WHERE
eventTime >= '2026-03-01T00:00:00Z'
AND eventTime <= '2026-03-09T23:59:59Z'
AND useridentity.principalid LIKE '%....%'
Screenshots
Logs
No response
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
status/triage/completedAutomatic triage completedAutomatic triage completedstatus/triage/manualManual triage in progressManual triage in progresstype/bugSomething isn't workingSomething isn't working