kafbat/kafka-ui

Multiple clusters failing the UI if one has a bad config

Open

#1,638 opened on Jan 15, 2026

 (15 comments) (3 reactions) (1 assignee)TypeScript (363 forks)auto 404
area/internalgood first issuescope/backendtype/bug

Repository metrics

Stars
 (2,554 stars)
PR merge metrics
 (PR metrics pending)

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)

Hi I have installed kafka-ui v1.4.1 and I am trying to create multiple clusters. If one of my cluster has a bad config, for example a bad password both clusters fails and the one that is correctly set up never becomes green. Is this a known issue ? how can I fix this ? And yes I can make sure that a password is never wrong and what not ... but passwords can expire i'd like to avoid it crashing because of one bad cluster in my production.

Expected behavior

Kakfa-ui runs and only the cluster with the bad config is not ready

Your installation details

  1. v1.4.1
  2. helm latest one
  3. two cluster configured via configmap
  4. Running on eks 1.31

Steps to reproduce

just configure two cluster, one of which has some bad config, bad bootstrap url or password

Screenshots

No response

Logs

No response

Additional context

No response

Contributor guide