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

Serialize the data as found on entities rather than read it into protocol classes #496

Merged
merged 3 commits into from
Dec 13, 2024

Conversation

rafaelbey
Copy link
Contributor

This PR aims to avoid converting entities into the most recent protocol classes. This will ensure the PMCD is produced with the content as when the project was published.

The metadata clients will then be responsible of converting older protocols to newer ones, something that will depend on the version of Engine they are using for deserialization.

This should also reduce CPU usage as metadata wont need to convert entities into protocol to convert back to json.

@rafaelbey rafaelbey requested a review from a team as a code owner December 13, 2024 16:02
@rafaelbey rafaelbey merged commit 8a18d99 into finos:master Dec 13, 2024
2 checks passed
@rafaelbey rafaelbey deleted the raw_entity branch December 13, 2024 19:15
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