elephone-184 opened a new pull request, #4325: URL: https://github.com/apache/rocketmq-dashboard/pull/4325
Fixes #4320. ### Summary Adds a message content schema registry and evolution compatibility inspector to prevent breaking serialization changes across producer and consumer fleets. ### Features - `MessageSchemaReport`: supports JSON/Avro schema versions, BACKWARD/FORWARD/FULL compatibility tracking, and diff logs. - `MessageSchemaRegistryService`: schema registry storage, evolution compatibility diff engine, and sample payload validation. - `MessageSchemaRegistryController`: exposes `/schema/overview.query`, `/schema/compatibility/test.do`, and `/schema/payload/validate.do`. - `MessageSchemaRegistryModal`: side-by-side candidate schema comparison, version history table, and real-time JSON preflight payload validation. - Unit tests for controller and service implementation. ### Test Plan - Unit tests in `MessageSchemaRegistryControllerTest` and `MessageSchemaRegistryServiceImplTest`. - Tested backward compatibility pass/fail scenarios and payload syntax checks. -- 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]
