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

[Schemas] Add caching to the schema.Get() function #158

Closed
hariso opened this issue Jul 30, 2024 · 0 comments · Fixed by #162
Closed

[Schemas] Add caching to the schema.Get() function #158

hariso opened this issue Jul 30, 2024 · 0 comments · Fixed by #162
Labels
feature New feature or request triage Needs to be triaged

Comments

@hariso
Copy link
Contributor

hariso commented Jul 30, 2024

Feature description

In standalone plugins, schema.Get() uses a gRPC call to get a schema. To avoid the cost of repeatedly fetching or creating the same schema many times (especially over gRPC), schemas should be cached by the SDK.

Reference: https://github.com/ConduitIO/conduit/blob/main/docs/design-documents/20240430-schema-support.md#requirements

@hariso hariso added feature New feature or request triage Needs to be triaged labels Jul 30, 2024
@github-project-automation github-project-automation bot moved this from Triage to Done in Conduit Main Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request triage Needs to be triaged
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant