feast-dev / feast

The Open Source Feature Store for Machine Learning
https://feast.dev
Apache License 2.0
5.61k stars 1k forks source link

Rewrite RemoteOnlineStore to use get_online_features #4343

Open tokoko opened 4 months ago

tokoko commented 4 months ago

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.

tokoko commented 4 months ago

FYI @lokeshrangineni

dmartinol commented 3 months ago

@lokeshrangineni @redhatHameed we need to prioritize this task, once the RBAC PR is ready.