MatrixHB commented on PR #26: URL: https://github.com/apache/rocketmq-schema-registry/pull/26#issuecomment-1207594078
> > The schemaRecordId is returned to users but it is not shown where this recordId needs to be used. I think the way to get schema is still by SchemaId or by SchemaVersion, not by recordId. > > I can add it to the document, SchemaRecordId is consisted of SchemaId and SchemaVersion with customed snowflake algorithm. > > And Actually, the user doesn't need to care about the RecordId, it's more about the Client using the RecordId to serialize the message. Old version (SchemaId and SchemaVersion) will taking too much space(128B), new version (SchemaRecordId) only use 64B. @MatrixHB Got it. So we need to add a method to get schema by RecordId in `SchemaRegistryClient`, which is used in client Ser/de, right? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
