akhq
akhq copied to clipboard
issue #1195 - added schema name or schema subject to schema version
@tchiotludo ,
The required changes are made to show schema name with schema version. It now looks like the below screenshot.
Sorry for the very late response ! Globally it work, but I have some issues:
-
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:
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?