Support for typed features in grpc write request
Open
kind/feature
- Dominant language
- Python
- Stars
- 7.3k
- Forks
- 1.4k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 15
Description
**Is your feature request related to a problem? Please describe.**
Currently, for grpc WriteToOnlineRequest, features map is written as Map to feast feature server. This makes it impossible to write any complex types (array, map, struct).
**Describe the solution you'd like**
We should be able to alternatively write Map to feast feature server for writes.
**Describe alternatives you've considered**
Possibly write JSON formatted strings but would require client to serialize and server to deserialize which is wasteful from PROTO perspective
Contributor guide
Assessment
This issue has not been assessed yet.