ferrirW commented on PR #26:
URL: 
https://github.com/apache/rocketmq-schema-registry/pull/26#issuecomment-1207586426

   > 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.
   
   The Id is used to serialize message. Old version (SchemaId and 
SchemaVersion) will taking too much space(128B), new version (SchemaRecordId) 
only use 64B.
   
   And SchemaRecordId is consisted of SchemaId and SchemaVersion with customed 
snowflake algorithm.


-- 
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]

Reply via email to