Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CORE-6860 Schema Registry: add detailed verbose compatibility checks #22958

Merged
merged 4 commits into from
Aug 28, 2024

Commits on Aug 27, 2024

  1. sr/test: Introduce compatibility_common

    Common test code for working with detailed compatibility info about
    protobuf and avro schemas.
    oleiman authored and pgellert committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    11a87c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffecdd1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c87c5e View commit details
    Browse the repository at this point in the history
  4. sr/sharded_store: verbose messages on post schema

    When an incompatible schema is posted, include the verbose compatibility
    messages in the error message.
    
    This helps users understand the reason for the incompatibility and it
    matches the reference implementation.
    
    Includes a minor fix to the way the compatibility level message is
    formatted.
    pgellert committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    cda768b View commit details
    Browse the repository at this point in the history