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

[Schema Registry Avro] Support backward compatibility for old preamble format #20091

Merged
merged 3 commits into from
Jan 27, 2022

Conversation

deyaaeldeen
Copy link
Member

Fixes #20063

The encoder used to return encoded data in a preamble format but that is about to change in the next release where messages will be returned instead with payload contains the pure encoded data. This PR adds support for decoding payloads that have been encoded in the old preamble format.

@deyaaeldeen deyaaeldeen merged commit 4d16087 into Azure:main Jan 27, 2022
@deyaaeldeen deyaaeldeen deleted the schemaregistryavro/backcompat branch January 27, 2022 20:18
sadasant pushed a commit to sadasant/azure-sdk-for-js that referenced this pull request Jan 28, 2022
…e format (Azure#20091)

* [Schema Registry Avro] Support backward compatibility for old preamble format

* fix linting

* address feedback
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Schema Registry Avro] Remove backward compatibility in the first stable release
2 participants