-
-
Notifications
You must be signed in to change notification settings - Fork 158
Closed
Labels
area/messagesscope/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)
Original issue provectus/kafka-ui#2354
Expected behavior
No response
Your installation details
commit d91483b
Steps to reproduce
- Create a schema "test-key":
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "https://example.com/A.json",
"title": "A",
"description": "A",
"type": "object",
"properties": {
"a": {
"type": "number"
}
},
"required": [
"a"
]
}
- Create topic "test"
- Produce a message into the topic
- Observe an error:
Screenshots
No response
Logs
No response
Additional context
No response
Metadata
Metadata
Assignees
Labels
area/messagesscope/frontendRelated to frontend changesRelated to frontend changesstatus/triage/completedAutomatic triage completedAutomatic triage completedtype/bugSomething isn't workingSomething isn't working