akhq icon indicating copy to clipboard operation
akhq copied to clipboard

issue #1195 - added schema name or schema subject to schema version

Open 10xtechie opened this issue 2 years ago • 1 comments

@tchiotludo ,

The required changes are made to show schema name with schema version. It now looks like the below screenshot.

ss1

10xtechie avatar Sep 23 '22 17:09 10xtechie

Sorry for the very late response ! Globally it work, but I have some issues:

  • image during the loading and remove the id schema version, can you add a proper loader.
  • On a large cluster with many schemas, the endpoint by id is very very slow and will overload the schema registry.

In fact this endpoint is useless like that and you must provide the subject: image The same id can be used on many subject and the endpoint will redirect you on the first one random. May I ask you to add the subject on redirectId from SchemaController to have a proper response?

tchiotludo avatar Nov 06 '22 21:11 tchiotludo