kafka-ui icon indicating copy to clipboard operation
kafka-ui copied to clipboard

Schema name selector on topic read/produce

Open proggga opened this issue 1 year ago • 2 comments

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

proggga avatar May 24 '24 14:05 proggga

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.

github-actions[bot] avatar May 24 '24 14:05 github-actions[bot]

@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?

Haarolean avatar Oct 10 '24 19:10 Haarolean