You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/08/10 12:43:19 UTC

[GitHub] [rocketmq-schema-registry] MatrixHB opened a new issue, #30: Support Protobuf Schema

MatrixHB opened a new issue, #30:
URL: https://github.com/apache/rocketmq-schema-registry/issues/30

   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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [rocketmq-schema-registry] complone commented on issue #30: Support Protobuf Schema

Posted by GitBox <gi...@apache.org>.
complone commented on issue #30:
URL: https://github.com/apache/rocketmq-schema-registry/issues/30#issuecomment-1212621031

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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [rocketmq-schema-registry] complone commented on issue #30: Support Protobuf Schema

Posted by GitBox <gi...@apache.org>.
complone commented on issue #30:
URL: https://github.com/apache/rocketmq-schema-registry/issues/30#issuecomment-1229786269

   Since this workload is relatively large, I will split it into three sub-tasks to complete
   In Process:
   - [x] Storage of Protobuf schema
   - [ ] anagement of JAR dependency
   - [ ] add Protobuf serializer and deserializer in client module
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org