MatrixHB opened a new pull request, #23: URL: https://github.com/apache/rocketmq-schema-registry/pull/23
bug1: When updating the schema, the audit info will be lost. bug2: When throwing SchemaNotFoundException, the massage cannot be parsed to JSON. bug3: After delete the schema by subject, we will send a message with _DELETE_KEY_ so that the local cache can be refreshed. But when the registry server restart and the local cache replay, maybe we will consume the _DELETE_KEY_ massage first and then consume the schema message, thus the deleted schema will regenerate in local cache, inconsistent with remote storage. -- 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]
