apache / rocketmq-schema-registry

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

Support Protobuf Schema #30

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 "Protobuf" schema type for rocketmq schema registry, including: 1、Storage of Protobuf schema 2、management of JAR dependency 3、add Protobuf serializer and deserializer in client module

kaori-seasons commented 2 years ago

I want to try to do this issue, but I need some time to understand the current situation

kaori-seasons commented 2 years ago

Since this workload is relatively large, I will split it into three sub-tasks to complete In Process: