apache / rocketmq-schema-registry

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

Support thrift schema #45

Open MatrixHB opened 2 years ago

MatrixHB commented 2 years ago

Now the default schema type is Avro. We need to supplement the other common serialization types, like JSON, Protobuf, Kyro, etc.

Add "Thrift" schema type for rocketmq schema registry, including: 1、Storage and compatibility check for Thrift schema 2、management of JAR dependency 3、add Thrift serializer and deserializer in client module