-
-
Notifications
You must be signed in to change notification settings - Fork 223
Closed as not planned
Labels
area/srSchema RegistrySchema Registryscope/frontendRelated to frontend changesRelated to frontend 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)
When I want to see the messages of a topic it fail on chrome but not on firefox
chrome ->
firefox ->
Expected behavior
No response
Your installation details
using docker compose
kafbat-ui-local:
image: ghcr.io/kafbat/kafka-ui:main
# image: ghcr.io/kafbat/kafka-ui:v1.3.0
ports:
- "9029:8080"
environment:
KAFKA_CLUSTERS_0_NAME: local
KAFKA_CLUSTERS_0_BOOTSTRAPSERVERS: "kafka-local:29092"
KAFKA_CLUSTERS_0_SCHEMAREGISTRY: "http://confluent-schema-registry-local:8081"
KAFKA_CLUSTERS_0_KAFKACONNECT_0_NAME: local
KAFKA_CLUSTERS_0_KAFKACONNECT_0_ADDRESS: "http://connect-local:8083"
KAFKA_CLUSTERS_1_NAME: local-0
KAFKA_CLUSTERS_1_BOOTSTRAPSERVERS: "kafka-local-0:29092"
KAFKA_CONFIG_SANITIZER_ENABLED: "false"Steps to reproduce
the topic have an avro schema for the value ( not the key )
Screenshots
No response
Logs
No response
Additional context
No response
Metadata
Metadata
Assignees
Labels
area/srSchema RegistrySchema Registryscope/frontendRelated to frontend changesRelated to frontend changesstatus/triage/completedAutomatic triage completedAutomatic triage completedtype/bugSomething isn't workingSomething isn't working