We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
master
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:
{ "$id": "https://training.com/EmployeeHasBeenCreatedEvent.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "EmployeeHasBeenCreatedEvent", "type": "object", "properties": { "id": { "type": "integer", "format": "int64", "description": "The employee's id." }, "name": { "type": "string", "minLength": 1, "description": "The employee's name." } } }
Reading messages based on the schema works well.
Generates mock JSON based on schema:
Send the message.
83b5a60 v0.7.2
schema-registry: image: apicurio/apicurio-registry-mem:2.6.1.Final ports: - "8081:8080" kafka-ui: image: provectuslabs/kafka-ui:v0.7.2 depends_on: - kafka ports: - 8082:8080 environment: - KAFKA_CLUSTERS_0_NAME=local - KAFKA_CLUSTERS_0_BOOTSTRAPSERVERS=kafka:9093 - KAFKA_CLUSTERS_0_SCHEMAREGISTRY=http://schema-registry:8080/apis/ccompat/v7 - DYNAMIC_CONFIG_ENABLED='true'
No response
Nothing appears in the log.
The text was updated successfully, but these errors were encountered:
Hello there vicziani! 👋
Thank you and congratulations 🎉 for opening your very first issue in this project! 💖
In case you want to claim this issue, please comment down below! We will try to get back to you as soon as we can. 👀
Sorry, something went wrong.
this repo is not maintained (#4255), see https://github.com/kafbat/kafka-ui
Thank you, I moved there, see kafbat/kafka-ui#476
No branches or pull requests
Issue submitter TODO list
master
-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.
Generates mock JSON based on schema:
Expected behavior
Send the message.
Your installation details
83b5a60 v0.7.2
Steps to reproduce
Screenshots
No response
Logs
Nothing appears in the log.
Additional context
No response
The text was updated successfully, but these errors were encountered: