kafka-ui
kafka-ui copied to clipboard
Schema name selector on topic read/produce
Issue submitter TODO list
- [X] I've searched for an already existing issues here
- [X] I'm running a supported version of the application which is listed here and the feature is not present there
Is your proposal related to a problem?
No response
Describe the feature you're interested in
So I see that you have to keep pattern for schema registry like -key and -value leaded by 'topicName'. But if you don't have this pattern you can't specify schema name perl topic. I though there will be dropdown where you can find a schema a read or produce to topic. Or prob add a feature where you can add into config "topics:" array where you can provide schemaName: '' to use specific schema
(copy from that issue https://github.com/provectus/kafka-ui/issues/4370)
Describe alternatives you've considered
No response
Version you're running
56fa824 v0.7.1
Additional context
No response
Hi proggga! 👋
Welcome, and thank you for opening your first issue in the repo!
Please wait for triaging by our maintainers.
As development is carried out in our spare time, you can support us by sponsoring our activities or even funding the development of specific issues. Sponsorship link
If you plan to raise a PR for this issue, please take a look at our contributing guide.
@proggga would having something like this (https://github.com/provectus/kafka-ui/issues/1361) solve the problem for you or are you interested specifically in having dropdowns to choose a schema manually?