Open vicziani opened 3 months ago
Hi vicziani! 👋
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.
/apis/ccompat/v7
). As you see the Docker Compose file above:KAFKA_CLUSTERS_0_SCHEMAREGISTRY=http://schema-registry:8080/apis/ccompat/v7
As you can see on the screenshots, the Kafka UI can download the schema, using it when consuming messages, create sample JSON based on the schema. It only throws error while producing message.
I tried with another schema draft(http://json-schema.org/draft-07/schema#
).
Kafka UI can download the schema, using it when consuming messages, create sample JSON based on the schema.
But another error message while producing message: Content no schema with key or ref "http://json-schema.org/draft-07/schema#"
. Kafka UI supports only the draft https://json-schema.org/draft/2020-12/schema
?!
@Nilumilak can you take a look, please? It looks like a frontend issue, the validator either can't parse schema references or something.
+1
Issue submitter TODO list
main
-labeled docker image and the issue still persists thereDescribe the bug (actual behavior)
I'am using the Apicurio Schema Registry. After I create a JSON schema and try to send a message, I get the following error message:
Content NOT SUPPORTED: keyword "id", use "$id" for schema ID
JSON Schema:
Reading messages based on the schema works well.
Expected behavior
Send the message.
Your installation details
Same with v1.0.0 and 4de0d53.
Steps to reproduce
Screenshots
The JSON is generated by Kafka UI.
Logs
Nothing appears in the log.
Additional context
No response