Skip to content

Abusive API calls on AWS DescribeTopicDynamicConfiguration ? #1717

@org-ci-cd

Description

@org-ci-cd

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

Image Image

Logs

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions