[GitHub] [rocketmq-schema-registry] MatrixHB commented on pull request #53: [WIP] add protobuf schema evoluation

2022-08-31 Thread GitBox
MatrixHB commented on PR #53: URL: https://github.com/apache/rocketmq-schema-registry/pull/53#issuecomment-1233658490 > > @complone您好,非常感谢您贡献这个PR,但是在您进一步优化之前,我需要确认您是否对protobuf的兼容性验证有任何误解? 这里所谓的兼容性验证关注的是兼容性,也就是比较更新后的protobuf schema和之前版本的protobuf schema,其变化是否会使得消息的生产和消费不兼容。 > >

[GitHub] [rocketmq-schema-registry] MatrixHB commented on pull request #53: [WIP] add protobuf schema evoluation

2022-08-31 Thread GitBox
MatrixHB commented on PR #53: URL: https://github.com/apache/rocketmq-schema-registry/pull/53#issuecomment-1233048960 You can take a look at how _kafka-schema-registry_ deals with protobuf compatibility validation. It focuses on change between two versions of protobuf schema.

[GitHub] [rocketmq-schema-registry] MatrixHB commented on pull request #53: [WIP] add protobuf schema evoluation

2022-08-31 Thread GitBox
MatrixHB commented on PR #53: URL: https://github.com/apache/rocketmq-schema-registry/pull/53#issuecomment-1233039561 @complone Hello, thank you very much for contributing this PR, but before you further optimize, I need to confirm whether you have any misunderstanding about the