You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: