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

feat: implement fine grained serialization and deserialization control #1365

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

ekazakas
Copy link

What

  • Added UseSpecificVersion setting in order to fetch the specific schema version in scenarios where client might know the version, but not the ID

  • Implemented fine grained control over serialization and de-serialization. Instead of using such settings like: UseSchemaID, UseSpecificVersion, UseLatestWithMetadata, UseLatestVersion for the whole serializer and deserializer, now it's possible to provide them for individual serialize and deserialize calls. I believe this can also become useful for things like TopicRecordNameStrategy implementation

Checklist

  • Contains customer facing changes? Including API/behavior changes. SerializerConfig and DeserializerConfig has changed. Also the method signature of Serializer.Serialize(...) and Deserializer.Deserialize(...) has changed.

Test & Review

Adjusted examples and existing unit tests.

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.

1 participant