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

Add caching to lookupSchemasUntil function #258

Merged
merged 1 commit into from
Sep 30, 2024

Conversation

spenes
Copy link
Contributor

@spenes spenes commented Sep 26, 2024

Jira ref: PDP-1479

This PR adds caching to lookupSchemasUntil function. Also, lookupSchemasUntilResult function is implemented as well. It is the variant of lookupSchemasUntil that returns ResolverResult which contains information about cahe item.

@spenes spenes force-pushed the enhancement/cache-lookup-schemas-until branch from 28a37c9 to 8128da8 Compare September 26, 2024 12:57
Copy link
Contributor

@benjben benjben left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👌

Also, lookupSchemasUntilResult function is implemented as well. It is the variant of lookupSchemasUntil
that returns ResolverResult which contains information about cahe item.

Also, mimaPreviousVersions is cleared out because this commit breaks binary compatibility with previous versions
since it adds a new function to a trait. Therefore, we needed to clear-out the mimaPreviousVersions.
@spenes spenes force-pushed the enhancement/cache-lookup-schemas-until branch from 8128da8 to 0037573 Compare September 27, 2024 13:07
@spenes spenes merged commit 0037573 into develop Sep 30, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants