Skip to content

Unable to list topics after upgrading from v1.3.0 to v1.4.2 #1512

@prasadkris

Description

@prasadkris

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)

We have a Kafka UI deployment running inside our K8s cluster and it has been working like a charm. Yesterday we upgraded from version v1.3.0 to v1.4.2, and that update seems to have broken the setup, I’m unable to view the topic list for our clusters (other items like brokers, etc. still work fine). I just get a spinning wheel when I try to view the topic list. After reverting back to version v1.3.0, it started working fine again.

Expected behavior

The topic list should load correctly after the upgrade.

Your installation details

appVersion: v1.4.2
helm chart version: 1.5.3

helm values.yaml

image:
  registry: ghcr.io
  repository: kafbat/kafka-ui
  pullPolicy: IfNotPresent

yamlApplicationConfig:
  kafka:
    clusters:
      - name: xxxxxx
        bootstrapServers: kafka:9092
        schemaRegistry: http://avro-schema-registry:8081
        readOnly: false
      - name: xxxxxx
        bootstrapServers: xxxxxxx.svc.cluster.local:9092
      - name: xxxxxxxx
        bootstrapServers: xxxxxxxxxxx.svc.cluster.local:9092

  auth:
    type: OAUTH2
    oauth2:
      client:
        keycloak:
          clientId: kafka-ui
          clientSecret: xxxxxxxxxxxxxxxx
          scope: openid
          issuer-uri: xxxxxxxxxxxxxxxxxx
          user-name-attribute: preferred_username
          client-name: kafka-ui
          provider: keycloak
          custom-params:
           type: keycloak
  management:
    health:
      ldap:
        enabled: false
envs:
  config:
    LOGGING_LEVEL_IO_KAFBAT_UI: error
    LOGGING_LEVEL_ROOT: error

# Ingress configuration
ingress:
  enabled: true
  path: "/"
  pathType: "Prefix"  
  host: "kafka-ui.xxxxxxx.dev"
  tls:
    enabled: false

resources: {}

Steps to reproduce

  1. Deploy kafka-ui version v1.3.0 on K8s and verify that the topic list loads correctly.
  2. Upgrade kafka-ui from v1.3.0 to v1.4.2.
  3. Open the kafka UI in the browser.
  4. Go to Cluster → Topics for any configured cluster.
  5. Observe that the topic list does not load and only a spinning loader is shown.

Screenshots

No response

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