Integration AKHQ with SchemaRegistry using JsonSchemaProvider not default AvroSchemaProvider #814
-
I'm getting following exception when I try to list schemas in AKHQ: I couldn't find a parameter to specify with types of schema are in schema-registry. Is there a way to use JsonSchemaProvider instead of AvroSchemaProvider? Basically all schemas stored in my schema-registry are in JSON format and AKHQ throw same exceptions for each of them. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Never used personnally other than avro one, this PR from @bakjos #760 must handle it. |
Beta Was this translation helpful? Give feedback.
Never used personnally other than avro one, this PR from @bakjos #760 must handle it.
Maybe he can explain here the limit of the current implementation ?
After looking at PR, not really sure for now