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

fix: create new schema and version on reference update #784

Conversation

jjaakola-aiven
Copy link
Contributor

About this change - What it does

When only updating a reference to a schema a new schema and version is required to be created.
The references are also included in the schema fingerprint.

References: #783
Closes #783

Why this way

The full protobuf schema requires also the the references. If reference is updated the schema is changed, the actual schema string may be the same. Th

@jjaakola-aiven jjaakola-aiven requested review from a team as code owners December 20, 2023 08:52
When only updating a reference to a schema a new schema and version
is required to be created.

Closes #783
@jjaakola-aiven jjaakola-aiven force-pushed the jjaakola-aiven-on-reference-update-create-new-schema-and-version branch from 2d10140 to 7174a7f Compare December 20, 2023 09:09
@giuseppelillo giuseppelillo merged commit 6bca917 into main Dec 20, 2023
8 checks passed
@giuseppelillo giuseppelillo deleted the jjaakola-aiven-on-reference-update-create-new-schema-and-version branch December 20, 2023 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Updating referenced schema version does not create new version of target schema
2 participants