kafka-ui
kafka-ui copied to clipboard
No warning about filling the invalid data in case of editing the Schema / Producing the Message
Describe the bug It's possible to submit data filled not in {} in case of Schemas editing
Set up https://www.kafka-ui.provectus.io/
Steps to Reproduce
Steps to reproduce the behavior:
- Navigate to Schema Registry
- Select the Schema
- Edit the Schema
- Add the data after {}
- Press "Submit"
Expected behavior Warning should appear to say that invalid data was filled or should not be possible to submit if data added not in {} scope
Screenshots
Considering #2354 it seems like we have validation bound to producing messages. There should be one for creating/updating schemas as well.