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

Enhancing Schema Version Management with Tag-Based Lookup Feature #318

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vivshrivastava
Copy link

Issue #, if available: None

Description of changes:

Introducing tag-based lookup for schema versions to address 'poison pill' issues. Previously, recreating a schema or its version post-deletion resulted in altered UUIDs for schema versions, leading to 'poison pill' records in MSK due to deserialization failures. This update enables schema version lookup via metadata keys instead of UUIDs. When tag-based lookup is activated in the configuration, the system performs a metadata search for matching tags, subsequently using the appropriate schema version. This enhancement reduces the occurrence of 'poison pill' records by enabling schema lookup in scenarios where the schema is recreated post-deletion or redeployed via version control as part of disaster recovery processes.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@vivshrivastava
Copy link
Author

I will resubmit with necessary test coverage included.

@YangSan0622 YangSan0622 requested review from YangSan0622 and removed request for YangSan0622 July 10, 2024 15:33
@YangSan0622
Copy link
Contributor

All of the integration tests are failing, and I do not think I am able to rerun them, do you mind re-create this PR?

@vivshrivastava
Copy link
Author

vivshrivastava commented Jul 10, 2024 via email

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.

2 participants