-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Add remote-http online store #4121
Copy link
Copy link
Closed
Labels
kind/featureNew feature or requestNew feature or request
Description
Metadata
Metadata
Assignees
Labels
kind/featureNew feature or requestNew feature or request
Type
Fields
Give feedbackNo fields configured for issues without a type.
Is your feature request related to a problem? Please describe.
Users can deploy http and grpc feature servers that wrap
get_online_featurescalls, but currently there is no way to interact with feature servers from python sdk.Describe the solution you'd like
Add online store types
remote-httpandremote-grpc(or maybe just call it aremoteand differentiate with a url?) that wrap network calls to the respective feature servers. This follows the same pattern as remote registry implementation that wraps calls to the registry server.