apache / rocketmq-schema-registry

Apache RocketMQ Schema Registry
https://rocketmq.apache.org/
31 stars 20 forks source link

Does not support Json schema conversion? #64

Closed sunxiaojian closed 2 years ago

sunxiaojian commented 2 years ago

Schema conversion uses avro, which does not support json schema. If it is for verification, it can be put on the client

image

exception:

image

sunxiaojian commented 2 years ago

Schema conversion uses avro, which does not support json schema. If it is for verification, it can be put on the client

image

exception:

image

Json schema use. : https://github.com/everit-org/json-schema

humkum commented 2 years ago

This issue is same as the issue #57, and it will be fix in recent future. Json schema now provided is just like a pseudo avro schema type, user can only use avro schema idl format to generate schema idl, which is incorrect.