-
-
Notifications
You must be signed in to change notification settings - Fork 219
Open
Labels
area/topicsscope/backendRelated to backend changesRelated to backend changesstatus/triage/completedAutomatic triage completedAutomatic triage completedtype/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)
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
- Deploy kafka-ui version v1.3.0 on K8s and verify that the topic list loads correctly.
- Upgrade kafka-ui from v1.3.0 to v1.4.2.
- Open the kafka UI in the browser.
- Go to Cluster → Topics for any configured cluster.
- 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
zafodB
Metadata
Metadata
Assignees
Labels
area/topicsscope/backendRelated to backend changesRelated to backend changesstatus/triage/completedAutomatic triage completedAutomatic triage completedtype/bugSomething isn't workingSomething isn't working