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
Is your feature request related to a problem? Please describe.
Current implementation of RemoteOnlineStore makes several round trips to the feature server when multiple feature views are requested due to previous OnlineStore interface limitations.
Describe the solution you'd like
After #4319 it should be possible to implement RemoteOnlineStore by overriding the new get_online_features method instead of online_read which would enable it to work better with multiple feature views and feature services.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Current implementation of
RemoteOnlineStore
makes several round trips to the feature server when multiple feature views are requested due to previousOnlineStore
interface limitations.Describe the solution you'd like
After #4319 it should be possible to implement
RemoteOnlineStore
by overriding the newget_online_features
method instead ofonline_read
which would enable it to work better with multiple feature views and feature services.The text was updated successfully, but these errors were encountered: