Open shuchu opened 1 month ago
cc: @EXPEbdodla
[Update 10-22-2024] Now it can compile, build and build docker image. All configures in the Makefile under the "#Go SDK & embedded" are working, except the "install-go-ci-dependencies".
The current "install-go-ci-dependencies" is obsoleted. We need to fix it when we setup the integration test for Go feature server.
!!Warning, the current version my not function correctly. need more testing and investigating.
[Update 10-31-2024]
[Update 11/04/2024]
[Update 11-20-2024] 1, about the transformation service endpoint issue, I couldn't find a better solution now since this is a design choice between the "not working" callback function and using Python based transformation gRPC service. As for now, I use a general string to represent the endpoint. Sorry about this. I will spend more time to understand the code and see if we can do it in a better way. cc: @EXPEbdodla @tokoko @franciscojavierarceo
[Update 11/24/2024]
# feature_store.yaml file
feature_store:
transformation_service_endpoint: "localhost:50051"
@EXPEbdodla @feast-dev/reviewers-and-approvers
What this PR does / why we need it:
Update the improved Go feature server code from ExpediaGroup/Feast to our code repo.
Which issue(s) this PR fixes: