You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This describes non-empty strings. When we select this schema in the Key Schema drop-down of the Produce to topic screen and then for the Key enter a quoted string (e.g. "abc" - this conforms to the JSON Schema above), AKHQ fails with an error.
We have the following JSON schema set up for the record keys:
This describes non-empty strings. When we select this schema in the Key Schema drop-down of the Produce to topic screen and then for the Key enter a quoted string (e.g. "abc" - this conforms to the JSON Schema above), AKHQ fails with an error.
The root cause seems to be that only JSON Objects are expected:
https://github.com/tchiotludo/akhq/blob/dev/src/main/java/org/akhq/modules/schemaregistry/JsonSchemaSerializer.java#L35
Would it be possible to add support for any JSON value, not just JSON Objects?
The text was updated successfully, but these errors were encountered: