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

[v23.3.x] CORE-6860 Schema Registry: add detailed verbose compatibility checks #23170

Commits on Sep 2, 2024

  1. sr/test: Introduce compatibility_common

    Common test code for working with detailed compatibility info about
    protobuf and avro schemas.
    
    (cherry picked from commit 11a87c3)
    oleiman authored and pgellert committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    d14296d View commit details
    Browse the repository at this point in the history
  2. sr/avro: Add detailed compatibility checks

    (cherry picked from commit ffecdd1)
    oleiman authored and pgellert committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    3fca96c View commit details
    Browse the repository at this point in the history
  3. sr/protobuf: Add detailed compatibility checks

    (cherry picked from commit 4c87c5e)
    oleiman authored and pgellert committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    352cdd1 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.
    
    (cherry picked from commit cda768b)
    pgellert committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    eec8939 View commit details
    Browse the repository at this point in the history